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
|
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
|
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
|
91be33581a
|
added command to simplewallet for printing output distribution
|
2019-12-03 02:18:45 +01: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
|
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 |
|
sowle
|
da79610fac
|
from now new passwords must consist of allowed characters only
|
2019-10-02 03:41:24 +03:00 |
|
cryptozoidberg
|
3679c7e638
|
implemented marketplace api, some fixes of contract api calls
|
2019-08-28 22:16:15 +02:00 |
|
cryptozoidberg
|
ee246bef43
|
attempt to make common publi interface for wallet
|
2019-08-27 17:36:53 +02:00 |
|
cryptozoidberg
|
74ce613bde
|
added test against detecting 'unpowed' stakes in pos blocks
|
2019-08-03 19:15:56 +02:00 |
|
cryptozoidberg
|
67212dab51
|
fixed few bugs in locked pos mining, implemeted proper test
|
2019-08-03 00:22:04 +02:00 |
|
cryptozoidberg
|
1ae2da4983
|
merge from develop
|
2019-08-01 23:22:43 +02:00 |
|
cryptozoidberg
|
8101bc4932
|
fixed compilation issues in wallet
|
2019-07-24 23:32:41 +02:00 |
|
cryptozoidberg
|
78dc9164e7
|
implemented locked coins mining on wallet side
|
2019-07-24 19:14:35 +02:00 |
|
cryptozoidberg
|
d4233ff013
|
fixed wallet for new PoS rules
|
2019-07-20 14:36:12 +02:00 |
|
sowle
|
2b2aebdd03
|
coretests: corrected gen_wallet_offers_basic, offer_lifecycle_via_tx_pool, offer_removing_and_selected_output
|
2019-07-19 18:59:31 +03:00 |
|
crypro.zoidberg
|
2320fe5099
|
added more stat in wallet logs
|
2019-05-15 20:24:54 +02:00 |
|
crypro.zoidberg
|
19177cb7de
|
fixed wallet compability issues and added smooth pass of CURRENCY_FORMATION_VERSION change
|
2019-05-08 00:53:45 +02:00 |
|
sowle
|
41e85112ff
|
wallet2: minor improvements
|
2019-05-06 19:38:06 +02:00 |
|
sowle
|
375e9fd990
|
wallet2: take escrow-blocked coins into account when calculating the total balance
|
2019-05-02 18:46:24 +02:00 |
|
crypro.zoidberg
|
6f3c2fcbcc
|
fixed linux serialization
|
2019-04-30 22:41:01 +02:00 |
|
crypro.zoidberg
|
a251c88537
|
fix of wrong serialization rule
|
2019-04-30 19:21:59 +02:00 |
|
crypro.zoidberg
|
76ce7518e7
|
added proper backward capability to wallet
|
2019-04-30 19:07:54 +02:00 |
|
sowle
|
dabc3e85d8
|
wallet2 serialization versioning corrected
|
2019-04-30 19:00:34 +02:00 |
|
sowle
|
e253876a93
|
gui build fixed
|
2019-04-13 01:10:29 +03:00 |
|
sowle
|
daa01fd533
|
cold-signing is finally working in CLI and via RPC
|
2019-04-12 09:48:33 +03:00 |
|
sowle
|
25e9cfc537
|
wallet: watch-only & cold-signing
|
2019-04-08 14:16:11 +03:00 |
|
sowle
|
b1a5187322
|
wallet: sign_transfer + submit_transfer implemented
|
2019-04-05 00:42:28 +03:00 |
|
sowle
|
d2d1bf5d7a
|
wallet: refactoring for cold-signing process + offline mode + watch-only mode (work in progress)
|
2019-04-03 12:48:09 +03:00 |
|
sowle
|
5dd8f584cc
|
wallet2: advanced logging for difficult issues
|
2019-02-27 00:59:02 +03:00 |
|
sowle
|
87462bb4f9
|
wallet2/account: minor const refactoring
|
2019-02-25 17:31:21 +03:00 |
|
sowle
|
ae3858c8bb
|
waller2: address prefix for logging
|
2019-02-21 21:33:52 +03:00 |
|
anonimal
|
17373549c0
|
zano: resolve build warnings (-Wdelete-non-virtual-dtor)
|
2019-02-20 07:19:02 +00:00 |
|
crypro.zoidberg
|
f23e97c10c
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|