1
0
Fork 0
forked from lthn/blockchain
Commit graph

135 commits

Author SHA1 Message Date
cryptozoidberg
2cf31bca10
fixed android/linux warnings 2020-06-04 19:31:29 +02:00
cryptozoidberg
b7ec081460
implemente native lib state access api(mostly for paindroid) 2020-06-03 21:29:43 +02:00
sowle
338e22d612
wallet2: fix a bug with awo wallet restoration 2020-06-01 16:09:36 +03:00
sowle
5bb8b369ff
restoring AWO wallets enabled for GUI backend + refactoring to made things simpler 2020-05-27 23:49:34 +03:00
sowle
6712b548cd
wallet2: made auditable watch-only wallet not using outkey2ki file 2020-05-27 23:04:23 +03:00
sowle
ecfccc9f53
wallet2: fixed wrong skipping bad output with mix_attr != 1 in an auditable wallet 2020-05-27 23:01:37 +03:00
sowle
ee9ef363b9
auditable watch-only wallet now can be restored from awo-blob (by a third party): --restore-awo-wallet
simplewallet new command: awo_blob
2020-05-27 17:20:25 +03:00
sowle
069cbbf769
wallet: transfer is forbidden for auditable watch-only wallets 2020-05-27 13:14:14 +03:00
sowle
200494027f
auditability works in simplewallet 2020-05-26 13:28:24 +03:00
sowle
36326e581f
wallet: handling auditable coins (WIP) 2020-05-25 15:05:25 +03:00
sowle
638768f31b
Merge branch 'predevelop' into auditability 2020-05-22 19:50:34 +03:00
sowle
80d7f4b003
wallet: forbid aliases to auditable addresses reg/update prior to HF2 2020-05-20 17:39:42 +03:00
sowle
586561411d
wallet2: sending to auditable addresses allowed before HF2 as well 2020-05-19 20:19:54 +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
cryptozoidberg
c4149503d0
fixed wrong condition for syn validation check 2020-05-17 19:16:48 +02:00
cryptozoidberg
eb119d6a3b
handling of rare but possible situation with wallet sync rewound 2020-05-17 18:50:40 +02:00
cryptozoidberg
30e400b2d0
fixed bug in wallet sync process 2020-05-17 18:20:02 +02:00
sowle
a2ac9c7640
unnecessary logs removed 2020-05-12 18:30:28 +03:00
sowle
3c30c655ff
wallet2: disallow auditable addresses as destinations until HF2 in transfer() 2020-05-12 18:16:47 +03:00
sowle
9397816f53
wallet: handling incoming txs in auditablility mode (WIP) 2020-05-11 21:23:00 +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
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
cryptozoidberg
62106ff4f3
extra log in wallet 2020-05-06 21:41:42 +02:00
cryptozoidberg
60101dc1f5
fixed wallet bugs related to new sync protocol 2020-05-04 17:11:25 +02:00
sowle
a11bdf39f2
wallet2: correct using of extra_alias_entry / extra_alias_entry_old 2020-05-04 14:57:29 +03:00
sowle
1441b5b27f
seed phase improvements: 26 words + checksum + auditable wallets support 2020-05-02 23:59:37 +03:00
cryptozoidberg
3136e311e0
all tests got fixed 2020-05-02 22:53:52 +02:00
cryptozoidberg
d3d5af1954
bug fixes of new wallet sync protocol 2020-05-01 20:39:39 +02:00
cryptozoidberg
16de0b986f
implemented and tested(basic test) short_chain_history 2020-04-30 22:29:08 +02:00
sowle
8a19cd7ae0
gcc compilation fixup 2020-04-30 10:30:14 +03:00
sowle
c00ca6d5bc
tx_receiver/tx_receiver_old handling fixed 2020-04-29 21:06:08 +03:00
cryptozoidberg
281e430317
moved shortener code into separate unit to create unit tests for it 2020-04-29 01:23:48 +02:00
sowle
1afab184c8
tx_receiver/tx_receiver_old proper handling 2020-04-28 16:41:04 +03:00
sowle
d3f353935f
wallet2: correct handling of tx_payer/tx_payer_old (covered by hard_fork_2_tx_payer_in_wallet test) 2020-04-28 15:58:25 +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
da7d525801
wallet: tx_payer/tx_payer_old are now added according to hardfork rule 2020-04-27 16:20:31 +03:00
cryptozoidberg
7b0eaf7ae4
fixed cleaning and reseting genesis 2020-04-26 01:49:57 +02:00
cryptozoidberg
caaca44f1e
re-implemented detach blocks 2020-04-25 00:30:55 +02:00
cryptozoidberg
93d07e607f
re-implemented handle_pulled_blocks 2020-04-24 23:54:30 +02:00
cryptozoidberg
3b975d899e
implemented new items lookup and get_short_chain_history 2020-04-24 19:18:19 +02:00
cryptozoidberg
4825b7c012
initial code for upgrading walle sync protocol 2020-04-24 01:05:36 +02:00
sowle
c7229c3062
account_keys improvements 2020-04-22 23:30:03 +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
cryptozoidberg
4fcbe8fbdd
added more return codes to wallet 2020-04-17 22:14:00 +02:00
cryptozoidberg
b034328a9f
fixed warning regarding potentially uninitialized members(quite reasonable) 2020-03-08 20:55:57 +01:00
cryptozoidberg
39ecd43321
added expiration median to COMMAND_RPC_GET_TX_POOL 2020-03-08 20:30:39 +01:00
sowle
e0bd168045
wallet: minor log fix 2020-02-21 14:59:54 +03:00