1
0
Fork 0
forked from lthn/blockchain
Commit graph

1122 commits

Author SHA1 Message Date
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
e8ce7c20a3
coretests: multisig_wallet_test improved to cover more 2019-12-11 20:49:26 +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
sowle
98c782565f
coretests: pos_minting_tx_packing added 2019-12-06 19:03:12 +03:00
zano build machine
3b0479c92e === build number: 73 -> 74 === 2019-12-06 00:28:40 +03:00
zetov
45c61560ba Pagination (#144)
* Pagination + html

* offset + rebuild

* open wallet

* conflict
2019-12-05 21:48:18 +01:00
cryptozoidberg
a199d87163
added parameter on open wallet for inital tx count 2019-12-05 21:19:16 +01:00
cryptozoidberg
fdec0e5b7b
fixed misprint in mainwindow 2019-12-05 16:48:04 +01:00
zano build machine
a1d0a7f53d === build number: 72 -> 73 === 2019-12-05 18:14:18 +03:00
zetov
182e4f82e4 Pagination + html (#143)
* Pagination + html

* offset + rebuild
2019-12-05 16:06:05 +01:00
cryptozoidberg
52083f20b0
Merge branch 'txpool_optimisation' into develop 2019-12-05 16:05:32 +01:00
cryptozoidberg
c19ee435fc
Merge branch 'develop' into txpool_optimisation 2019-12-05 16:05:01 +01:00
sowle
407df8762e
performance_tests : free space check improved 2019-12-05 17:30:22 +03:00
sowle
5e0addba76
simplewallet: typos fixed 2019-12-05 02:25:41 +03:00
cryptozoidberg
c863094c11
fixed misprint 2019-12-03 23:55:02 +01:00
sowle
6af5dca26c
currency_format_utils: added error check to lookup_acc_outs() 2019-12-03 21:18:03 +03:00
cryptozoidberg
98636c52a1
CIRITCAL_OPERATION macro compatible with *nix 2019-12-03 04:30:40 +01:00
cryptozoidberg
7d4f95ca53
fixed problem with seed nodes + transactions loaded to onboard container instead of prevalidation in tx pool 2019-12-03 04:16:17 +01:00
cryptozoidberg
86d98d3e67
fixed linux compilation issue 2019-12-03 03:16:54 +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
cryptozoidberg
d337500b9c
removed unused files 2019-12-03 01:49:03 +01:00
sowle
41a095dac9
wallet: more verbose logging on storing 2019-12-02 15:08:45 +03:00
zano build machine
77f5ac1cdd === build number: 71 -> 72 === 2019-12-02 14:52:28 +03:00
cryptozoidberg
9b8e438ab4
fixed simplewallet issues with get_recent_transfers 2019-12-02 00:20:16 +01:00
cryptozoidberg
6464a65b31
fixed open_wallet call 2019-12-01 23:42:10 +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
sowle
e3f2e2a30b
db: lmdb: minor fix in error handling macro 2019-11-29 12:34:10 +03: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
781273fb0c
exceptions handling in bc_offers_service::~bc_offers_service() 2019-11-26 12:13:14 +03:00
sowle
75f3fb9500
core: minor fix in is_out_to_acc() 2019-11-25 13:43:33 +03:00
sowle
6d1f954f5d
minor fix (uninitialized member variable) 2019-11-22 16:18:03 +03:00
cryptozoidberg
c306693806
all tests fixed 2019-11-22 00:47:21 +01:00
sowle
03e4dfbbd2
fixed possible exception issues in miner dtor 2019-11-21 16:45:44 +03:00
sowle
3455811cc3
core: CATCH_ENTRY_NO_RETURN made parameterless, CATCH_ENTRY_NO_RETURN_CUSTOM added 2019-11-21 16:44:42 +03:00
cryptozoidberg
4eb23c1954
fixed gen_double_spend_in_the_same_block 2019-11-21 00:46:05 +01:00
cryptozoidberg
cf07085e68
fixed two coretests 2019-11-20 23:03:27 +01:00
sowle
69143d8288
core: fixed uninitialized variable in construct_miner_tx 2019-11-20 10:25:45 +03:00
sowle
5db4024be9
wallet: fixed minor issue with dump_transfers() 2019-11-20 10:24:47 +03:00
sowle
c51ef0cda7
p2p: minor issues fixed 2019-11-19 18:08:21 +03:00
cryptozoidberg
da2b26f9fe
fixed coretests regarding to new tx handling schema 2019-11-19 02:28:15 +01:00
cryptozoidberg
37537b59f3
Merge branch 'develop' into txpool_optimisation 2019-11-16 22:39:57 +01:00