1
0
Fork 0
forked from lthn/blockchain
Commit graph

598 commits

Author SHA1 Message Date
cryptozoidberg
0e5bcbef47
improved alias detection in transaction history + added RPC API for alias registration 2022-06-18 20:50:03 +02:00
sowle
91c8b29145
remove redundant code in blockchain_storage::check_tx_inputs 2022-05-27 22:10:59 +02:00
sowle
fdadd238b4
minor improvement to transition_convert, daemon_commands_handler fixed 2022-05-26 22:25:19 +02:00
sowle
57a65cee3e
binary serializaition tag for void_sig fixed 2022-05-26 19:55:41 +02:00
sowle
a731c338de
more post-merge conflicts solved 2022-05-26 19:00:15 +02:00
sowle
f24b1350ab
Merge branch 'zarcanum_tx' into zarcanum
# Conflicts solved in:
#	src/currency_core/blockchain_storage.cpp
#	src/currency_core/blockchain_storage.h
#	src/currency_core/core_runtime_config.h
2022-05-26 17:59:15 +02:00
sowle
9034d8be58
fixed tx serialization chaining for version 2022-05-26 17:03:49 +02:00
sowle
456588ddc3
hardfork-related structures global refactoring 2022-05-26 16:53:40 +02:00
cryptozoidberg
217a54c8b1
fixed all core tests 2022-05-25 22:31:23 +02:00
cryptozoidberg
7162a23dd3
blockchain_storage.cpp compilation fixed 2022-05-24 00:46:44 +02:00
cryptozoidberg
7070cecaf2
tx strcture and signature varian refactoring(compilation is still broken) 2022-05-23 21:03:13 +02:00
cryptozoidberg
389209ff02
tx stracture changes: in progress 3 + signatures converting to varian signature: in progress 2022-05-20 21:32:27 +02:00
cryptozoidberg
6b6511b73f
tx stracture changes: in progress 2022-05-19 21:22:44 +02:00
cryptozoidberg
0833566d96
transition to multi-types vout(in progress) 2022-05-18 23:39:08 +02:00
cryptozoidberg
60f6c76ad6
fixes over signatures structure 2022-05-18 16:34:19 +02:00
cryptozoidberg
c17ec013ca
removed empty lines 2022-05-17 17:46:37 +02:00
cryptozoidberg
17d1245db1
serializations forks as magic 2022-05-17 17:32:53 +02:00
cryptozoidberg
146be2a559
merge from zarcanum 2022-05-17 16:19:55 +02:00
cryptozoidberg
240b5808b9
trasaction binary versions transaction implementation 2022-05-16 23:32:28 +02:00
sowle
01c1146b40
tx_in_zarcanum, zarcanum_tx_data_v1 and their serialization 2022-05-16 21:38:32 +02:00
cryptozoidberg
cfb9b463d7
merge with zarcanum 2022-05-14 20:12:44 +02:00
cryptozoidberg
ca760a237a
fixed all coretests 2022-05-13 23:35:56 +02:00
sowle
bbf2530cca
namespace epst = epee::string_tools 2022-05-11 20:57:31 +02:00
cryptozoidberg
1cf6d337d3
introducing tx_version(in progress, everything is broken so far) 2022-05-10 23:49:20 +02:00
sowle
6ed05a47c5
minor fixes in crypto serialization 2022-05-10 21:56:42 +02:00
sowle
8f362eafea
using of epee namespace fixed 2022-05-10 21:55:21 +02:00
sowle
d692c83d14
crypto serialization code re-arranged, bpp_signature_serialized introduced 2022-05-10 21:10:33 +02:00
sowle
10ed5dc433
getting rig of "using namespace epee" in headers 2022-05-10 21:05:15 +02:00
cryptozoidberg
2707d1515d
undo global changes2 2022-05-09 20:33:59 +02:00
cryptozoidberg
60c5cc24bc
undo global changes 2022-05-09 20:32:36 +02:00
cryptozoidberg
c53da67e1a
added BEGIN_BOOST_SERIALIZATION macros 2022-05-09 20:28:13 +02:00
sowle
116011fdcf
tx_out_zarcanum 2022-05-09 17:29:25 +02:00
cryptozoidberg
a8fe3f2797
Fixed #293 and refactored arg_descriptor(wanted to do it for such a long time!!!!) 2022-04-21 17:43:50 +02:00
cryptozoidberg
72bfd89717
improved p2p protocol for relaying tx over tor 2022-03-21 16:47:11 +02:00
dev
bba9931ff6 checkpoints: set to main @ 1480000 2022-03-10 16:36:02 +03:00
cryptozoidberg
271e3eb99e
deeplinks: added click even forwarding on macos 2022-01-05 19:32:48 +01:00
sowle
140f43bc5e
crypto tests: point_is_zero test added 2021-12-31 06:44:26 +03:00
cryptozoidberg
2ca7c556d9
deep links: ipc inital implementation 2021-12-23 19:42:10 +01:00
sowle
708fb4c40b
bcs: minor improvements 2021-12-01 12:29:28 +03:00
sowle
e99d4ad8e2
get_checkpoint_before_height() fixed (rare case in gcc when CPs < 3) 2021-11-30 00:20:51 +03:00
sowle
e254f57e63
blockchain_storage::prune_ring_signatures_and_attachments_if_need() fixed (it could prune txs in cases when chain switching was still possible) 2021-11-27 05:26:36 +03:00
sowle
ba912973cf
bcs: minor fixes 2021-11-26 17:23:50 +03:00
sowle
71ef04d9e6
checkpoints: get_checkpoint_before_height() added with unit tests (+ unit tests for is_in_checkpoint_zone()) 2021-11-26 16:06:44 +03:00
cryptozoidberg
b952183623
converted local UI config into JSON 2021-11-18 20:05:09 +01:00
cryptozoidberg
2b1c3c77bb
fixed #71 2021-10-16 22:41:37 +02:00
sowle
92e2b1851b
actual_timestamp made obsolete, real timestamp moved to tx_service_attachment in extra, PoS ts guessing interval extended 2021-10-11 16:10:51 +03:00
sowle
9bfc9a0490
get rid of coinday_weight 2021-10-08 08:01:59 +03:00
sowle
d5e250d33a
fix for a typo 2021-10-08 07:58:42 +03:00
cryptozoidberg
d1121f3ff9
Merge branch 'develop' into develop_mobile 2021-08-17 12:13:54 +02:00
cryptozoidberg
84f0119948
extended wallet transfer API to service_entries option 2021-08-17 12:13:13 +02:00