1
0
Fork 0
forked from lthn/blockchain
Commit graph

109 commits

Author SHA1 Message Date
cryptozoidberg
4729cffbae
changed plain wallet iface to avoid pointers 2020-01-28 00:47:44 +01:00
cryptozoidberg
cfe9837ba8
tested plain wallet interface, and fixed errors 2020-01-27 20:57:12 +01:00
cryptozoidberg
03f04c9dd9
implemented exented wallet api, finished plain wallet test(but not tested yet) 2020-01-23 03:26:25 +01:00
cryptozoidberg
c0f1d7b577
fixed cmake, fixed compilation problems, implemented plain_api test draft 2020-01-21 01:31:16 +01:00
cryptozoidberg
e6dd2d28a5
implemented invoke for plain_wallet amd fixed return codes to json 2020-01-18 23:23:47 +01:00
cryptozoidberg
cbce45285c
implemented synchronyzation thread 2020-01-17 23:44:22 +01:00
cryptozoidberg
068bda9052
implemented restore and generate wallet 2020-01-16 23:52:29 +01:00
cryptozoidberg
e4dfa7d519
implementation of the plain wallet api guts(in progress) 2020-01-15 22:06:49 +01:00
cryptozoidberg
dc215dacb4
added class drafts for plain wallet api for mobile app - added missing files 2020-01-14 23:30:17 +01:00
cryptozoidberg
41d4a9b0d3
added class drafts for plain wallet api for mobile app 2020-01-14 23:30:17 +01:00
sowle
29a276f180
do not allow watch-only wallets be opened by GUI + refactoring 2019-12-26 18:08:57 +03:00
sowle
edbf8ecbb2
wallet2: minor fixes and log improvements 2019-12-20 03:14:57 +03:00
sowle
9e6f747410
RPC: sweep_below method implemented 2019-12-17 12:24:28 +03:00
sowle
3a4a49da78
simplewallet sweep_below bugfixing 2019-12-17 12:23:38 +03:00
sowle
e904559dda
wallet2; store_unsigned_tx_to_file_and_reserve_transfers made able to store to a string as well 2019-12-17 12:22:36 +03:00
sowle
d4ba0946b9
wallet2: sweep_below optimized, logs added 2019-12-16 14:51:36 +03:00
sowle
7138a70642
sweep_below implemented 2019-12-14 18:31:19 +03:00
sowle
897b53cd93
wallet2 refactoring: mark_transfers_with_flag made more robust, store_unsigned_tx_to_file_and_reserve_transfers extracted 2019-12-14 18:29:05 +03:00
sowle
0587af1ca5
wallet2 : finalize_transaction made able not to store tx key, if needed 2019-12-13 18:44:00 +03:00
sowle
6b415b2d2c
wallet2: clear_transfers_from_flag made exception-free (it's often being called from a catch-clause) 2019-12-13 18:42:15 +03:00
sowle
6a8315364a
wallet: fixed a rare bug in generate_packing_transaction_if_needed (2) 2019-12-12 04:38:01 +03:00
sowle
c7db3f0fee
wallet: fixed a rare bug in generate_packing_transaction_if_needed 2019-12-11 20:48:42 +03:00
sowle
2ee199bcbc
wallet: WALLET_TRANSFER_DETAIL_FLAG_MINED_TRANSFER flag is now being set more correctly 2019-12-10 14:18:22 +03:00
sowle
3ccbaca823
simplewallet: --pos-mining-reward-address command-line option implemented 2019-12-10 00:50:30 +03:00
cryptozoidberg
c19ee435fc
Merge branch 'develop' into txpool_optimisation 2019-12-05 16:05:01 +01:00
cryptozoidberg
eebac8eca4
disabled unused macro 2019-12-03 02:25:02 +01:00
cryptozoidberg
91be33581a
added command to simplewallet for printing output distribution 2019-12-03 02:18:45 +01:00
cryptozoidberg
3eb68cb8fb
added log message 2019-12-03 01:54:08 +01:00
sowle
41a095dac9
wallet: more verbose logging on storing 2019-12-02 15:08:45 +03:00
cryptozoidberg
7f374eab2a
fixed missing total field in get_recent_transfers struct 2019-12-01 23:31:05 +01:00
cryptozoidberg
e82bd6b575
added new test, fixed multiple bugs 2019-11-29 21:43:17 +01:00
cryptozoidberg
821776d198
fixed wallet functions signatures 2019-11-28 23:34:24 +01:00
cryptozoidberg
d7c67b196c
added explicit transactions to blocktemplate 2019-11-28 05:28:36 +01:00
cryptozoidberg
cdfd321387
basic implementation of tx packing(in progress) 2019-11-27 03:19:10 +01:00
sowle
b043f8cc0f
wallet: getting rid of unused code 2019-11-26 12:13:56 +03:00
sowle
5db4024be9
wallet: fixed minor issue with dump_transfers() 2019-11-20 10:24:47 +03:00
sowle
f67ad76f38
1) LOCAL_FUNCTION_DEF__ made less verbose for gcc 2) fixed gcc compilation 2019-11-14 03:12:22 +03:00
sowle
ca0ec026e1
wallet rpc: correct exception handling (#130) 2019-11-12 11:35:09 +03:00
sowle
506b2e57e1
wallet: more consistent and less drama logging when unable to connect to the daemon 2019-11-12 11:33:39 +03:00
sowle
e536e06cc3
wallet2: more correct work with transfers flags when daemon rejects a tx in accept_proposal() and request_cancel_contract() (related to #47) 2019-11-07 14:44:22 +03:00
sowle
3e76185988
wallet: fixed wrong contract id in send_escrow_proposal 2019-10-31 10:54:37 +03:00
sowle
633c93721e
wallet: an effort to fix #47 2019-10-31 10:52:59 +03:00
sowle
a6efee0c24
fixed compilation for macOS 2019-10-29 02:12:59 +03:00
sowle
da782cdd73
wallet: fix for #47 2019-10-28 21:07:34 +03:00
sowle
b9335fefc8
wallet: an attempt to fix #47 2019-10-24 09:40:02 +03:00
sowle
7c5202dcab
wallet: fixed a bug with removing a temp file when write fails 2019-10-24 08:13:37 +03:00
sowle
acc6d1a53b
finalized wallet integrity on store, closes #57 2019-10-24 08:12:28 +03:00
sowle
8246498d94
attempt to fix core tests 2019-10-16 12:35:35 +03:00
sowle
e3cc89846e
wallet: make sure there's enough disk space on load, store and wallet generation (simplewallet + GUI) #57 2019-10-09 16:01:33 +03:00
cryptozoidberg
9d3e2dee6b
Merge branch 'develop' into market_rpc_api 2019-10-02 21:06:50 +02:00