1
0
Fork 0
forked from lthn/blockchain
Commit graph

1431 commits

Author SHA1 Message Date
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
sowle
ead981b838
coretests: hard_fork_2_tx_payer_in_wallet test added 2020-04-28 15:53:31 +03:00
sowle
fc68a33bed
coretests: wlt_lambda_on_transfer2_wrapper moved 2020-04-28 15:51:41 +03:00
sowle
1cb908a484
handle_2_alternative_types_in_variant_container fixed 2020-04-28 15:10:59 +03:00
sowle
e30214d722
whitespace fix 2020-04-27 18:29:55 +03:00
sowle
158aea723c
typo fixed 2020-04-27 18:11:18 +03:00
sowle
da7d525801
wallet: tx_payer/tx_payer_old are now added according to hardfork rule 2020-04-27 16:20:31 +03:00
sowle
3a2fb378a4
initial coretests for auditability, work in progress 2020-04-27 16:09:02 +03:00
sowle
33d385db5f
auditability: basic structures, serialization, helpers (WIP) 2020-04-27 14:52:31 +03:00
sowle
00304fbb7d
wallet2::get_top_block_height 2020-04-25 17:23:05 +03: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
sowle
e50bc239df
genesis_config_json_struct restored 2020-04-23 17:42:22 +03:00
sowle
78d960fe08
get rid of obsolete function argument modifier 2020-04-23 17:33:15 +03:00
sowle
2aa1db2636
more fixes for performance tests 2020-04-23 17:13:26 +03:00
sowle
e7c4ea6acc
all tests are adapted 2020-04-23 16:07:18 +03:00
sowle
f532e4637e
coretests fixed 2020-04-23 15:41:40 +03:00
sowle
145dd6b024
unit_tests fixed 2020-04-23 14:56:03 +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
76b403b805
fixed a typo 2020-04-20 13:44:42 +03:00
sowle
8403de3b91
Merge branch 'master' into develop 2020-04-20 13:42:57 +03:00
cryptozoidberg
4fcbe8fbdd
added more return codes to wallet 2020-04-17 22:14:00 +02:00
sowle
fc0f6cba7f
Merge branch 'release' 2020-04-16 12:25:34 +03:00
sowle
f0f15c4999
Merge branch 'master' into release
# Conflicts:
#	README.md
2020-04-16 12:25:07 +03:00
cryptozoidberg
05e5174937
added new options for wallet rpc transfer call 2020-04-13 23:37:45 +02:00
sowle
c40fd26c84
Merge branch 'develop' into release 2020-04-08 23:19:24 +03:00
zano build machine
485f28504d === build number: 81 -> 82 === 2020-04-08 23:16:51 +03:00
zetov
ca7899b234
history (#166)
* history

* Rebuild
2020-04-08 21:45:46 +03:00
zetov
ed944436e9
#162 (#167) 2020-04-08 21:28:13 +03:00
sowle
af8ef3399a
simplewallet in RPC mode now scans tx pool even if PoS-mining not activated (fixes unconfirmed txs for RPC API) closes #165 2020-04-07 16:29:03 +03:00
sowle
2c2374910b
fixed a typo 2020-04-07 15:40:04 +03:00
sowle
cacd5206ef
wallet RPC: search_for_transactions added 2020-04-07 14:30:38 +03:00
sowle
c12f8487fb
wallet2: enumerate_transfers_history() and enumerate_unconfirmed_transfers() implemented 2020-04-07 14:28:57 +03:00
cryptozoidberg
ad8fab104c
fixed typo 2020-04-06 22:28:30 +02:00
cryptozoidberg
09612a42a6
implemented connectivity status api, got rid if unused implementation 2020-04-06 22:17:39 +02:00
sowle
31871d6253
simplewallet: transfer command changed to accept only hex-encoded payment id 2020-04-06 23:17:11 +03:00
sowle
b31dde50ae
made wallets_manager::get_recent_transfers aware of unconfirmed txs 2020-04-06 16:28:12 +03:00
cryptozoidberg
e1c9e79c06
added missing size of transaction on transfer response 2020-04-03 21:43:24 +02:00
cryptozoidberg
17e90b219f
added get_wallet_status to async call options 2020-04-02 22:26:14 +02:00
cryptozoidberg
154907fe96
wallet_manager getting more more async 2020-04-02 22:22:21 +02:00
sowle
409cd94d56
simplewallet: fixed a typo 2020-04-01 12:17:45 +03:00
sowle
55215e0634
is_synchronized() now returns TRUE only when at least half of the connections are in normal state, core_rpc_server::on_get_info() fixed 2020-03-31 17:30:17 +03:00
sowle
24ed6c09bc
gui: make_response improved to log all non-ok responses 2020-03-30 16:39:52 +03:00
sowle
9cc1a0b800
fixed a typo 2020-03-30 15:22:16 +03:00
sowle
8cdeadfdc8
virtual dtors for interfaces 2020-03-30 11:41:12 +03:00
sowle
d9e22a833d
gui: make_response_dbg() for debugging back-end - front-end interactions 2020-03-29 01:10:08 +03:00