1
0
Fork 0
forked from lthn/blockchain
Commit graph

280 commits

Author SHA1 Message Date
sowle
c1760eb660
wallet file signature fixed to the same length 2020-05-20 16:37:23 +03:00
sowle
cfdd8bdc9c
new core rule: new format tx_payer, tx_receiver and extra_alias_entry are not allowed before HF2 2020-05-19 20:22:53 +03:00
sowle
884d068274
tx_payer / tx_receiver will not be added to extra for an auditable address before HF2 2020-05-19 20:21:31 +03:00
sowle
4b3e8da6fa
wallet2: made new format unloadable by old wallets + correct error on file read errors 2020-05-19 20:12:43 +03:00
sowle
a9336724aa
back-compatibility for new wallets fixed 2020-05-18 17:19:21 +03:00
sowle
d13368dce4
handling auditable addresses in construct_tx outputs' generation 2020-05-11 21:24:39 +03:00
sowle
b30a3b8f66
Merge branch 'predevelop' into auditability
# Conflicts resolved:
#	src/currency_core/currency_basic.h
#	src/wallet/wallets_manager.cpp
2020-05-11 20:41:05 +03:00
sowle
dee448fe51
fixed extra_alias_info handling in tx_extra_handler and rpc_tx_payload_handler (+payer and receiver) 2020-05-08 22:59:51 +03:00
cryptozoidberg
c39bd62748
renamed api response codes to more general way, fixed loggin 2020-05-07 23:26:41 +02:00
sowle
a4b607e0c0
fixed a bug in new format seed phrase restoring 2020-05-07 15:02:35 +03:00
sowle
a41d73cf8e
serialization fixes from predevelop 2020-05-07 14:57:45 +03:00
cryptozoidberg
dc1b1d5cfe
fixed new api for get block direct 2020-05-06 22:43:40 +02:00
cryptozoidberg
60101dc1f5
fixed wallet bugs related to new sync protocol 2020-05-04 17:11:25 +02:00
sowle
1441b5b27f
seed phase improvements: 26 words + checksum + auditable wallets support 2020-05-02 23:59:37 +03:00
cryptozoidberg
d3d5af1954
bug fixes of new wallet sync protocol 2020-05-01 20:39:39 +02:00
sowle
b9569ce89b
extra_alias_entry/extra_alias_entry_old fixes, all types added to payload_items and compiles ok 2020-05-01 12:56:09 +03:00
cryptozoidberg
16de0b986f
implemented and tested(basic test) short_chain_history 2020-04-30 22:29:08 +02:00
sowle
42a752d12b
new addresses formats + unit tests 2020-04-30 18:50:22 +03:00
sowle
c018cc89ae
extra_alias_entry serialization 2020-04-30 10:31:50 +03:00
sowle
8a19cd7ae0
gcc compilation fixup 2020-04-30 10:30:14 +03:00
sowle
03052970a6
extra_alias_entry_base / struct extra_alias_entry_base_old 2020-04-29 21:12:16 +03:00
sowle
c00ca6d5bc
tx_receiver/tx_receiver_old handling fixed 2020-04-29 21:06:08 +03:00
sowle
1afab184c8
tx_receiver/tx_receiver_old proper handling 2020-04-28 16:41:04 +03:00
sowle
1cb908a484
handle_2_alternative_types_in_variant_container fixed 2020-04-28 15:10:59 +03:00
cryptozoidberg
e5f3519c1e
merge from predevelop 2020-04-28 00:44:40 +02:00
cryptozoidberg
4e0fa49748
reverted API to original due to universal implementation, adapted server side to new protocol, implemented one extra API 2020-04-28 00:40:31 +02:00
sowle
33d385db5f
auditability: basic structures, serialization, helpers (WIP) 2020-04-27 14:52:31 +03:00
cryptozoidberg
bf222f18fe
on_get_blocks_fuzzy_direct/find_blockchain_supplement_fuzzy draft impl 2020-04-27 00:02:58 +02:00
sowle
3883c598e5
handle_2_alternative_types_in_variant_container 2020-04-25 17:22:34 +03:00
sowle
898d6c7f2d
typo fixed 2020-04-25 17:17:47 +03:00
cryptozoidberg
4825b7c012
initial code for upgrading walle sync protocol 2020-04-24 01:05:36 +02:00
sowle
e50bc239df
genesis_config_json_struct restored 2020-04-23 17:42:22 +03:00
sowle
5724cd969c
clean up 2020-04-23 11:12:17 +03:00
sowle
c7229c3062
account_keys improvements 2020-04-22 23:30:03 +03:00
sowle
fc475432fc
account_public_address spend_public_key/view_public_key changes 2020-04-22 22:30:29 +03:00
sowle
f7d6782250
address/account refactoring in progress 2020-04-22 22:02:37 +03:00
sowle
8d62e84c7a
hardfork-related code minor refactoring 2020-04-22 18:47:16 +03:00
sowle
6bd9a73448
db_backend_selector is used only locally to make things simplier 2020-03-16 17:48:02 +03:00
sowle
5567275518
blockchain database predownloading: first version 2020-03-12 18:07:31 +03:00
sowle
5d5c63c1f8
db_backend_selector introduced 2020-03-12 13:21:22 +03:00
sowle
c1d65f6d05
BCS: DB versions matching logic improved to cover more cases 2020-03-05 22:50:28 +01:00
sowle
94088f500f
BLOCKCHAIN_STORAGE_MAJOR_COMPATIBILITY_VERSION : 93 -> 94 2020-03-05 22:40:20 +01:00
sowle
9efc77f95b
added checkpoint for height 425000 2020-03-04 21:19:45 +01:00
sowle
5a219d15a0
test commit 2020-02-28 13:17:20 +03:00
cryptozoidberg
3dc736466d
merged from develop 2020-02-23 03:56:25 +01:00
cryptozoidberg
40bedc2457
removed other unlinkable in paindroid functions 2020-02-21 01:14:58 +01:00
cryptozoidberg
7b12ce6e9f
disabled unlinked utf8 functions for android, chaged libs to static 2020-02-21 01:05:39 +01:00
cryptozoidberg
0c54ca7270
get rid of boost.locale under paindroid 2020-02-20 03:07:03 +01:00
sowle
6356b9b09d
checkpoints for testnet 2020-02-19 19:26:40 +03:00
sowle
68772f3e04
minor fix in transform_str_to_addr() 2020-02-18 15:50:24 +03:00