danicoin/src/wallet
landergate 44afa6de07
wallet2: Missing underflow check on low heights
Lack of it results in `m_refresh_from_block_height` being < 0 (18446744...) on low heights, which blocks `process_new_blockchain_entry` and never process coins on heights less than blocks_per_month.
Follow-up to #2258
2017-10-15 11:17:54 +01:00
..
api Merge pull request #2270 2017-08-15 20:51:11 +02:00
CMakeLists.txt changed crypto to cncrypto so it generated libcncrypto 2017-05-23 07:45:40 -04:00
node_rpc_proxy.cpp node_rpc_proxy: add a proxy for target height 2017-08-02 14:43:47 +01:00
node_rpc_proxy.h node_rpc_proxy: add a proxy for target height 2017-08-02 14:43:47 +01:00
wallet2.cpp wallet2: Missing underflow check on low heights 2017-10-15 11:17:54 +01:00
wallet2.h simplewallet: new "fee" command to display fee information 2017-08-29 16:27:20 +01:00
wallet2_api.h Merge pull request #2270 2017-08-15 20:51:11 +02:00
wallet_args.cpp wallet-cli: Minor improvement to help output 2017-07-27 20:36:28 +10:00
wallet_args.h wallet: fix --log-file not working 2017-02-28 09:07:56 +00:00
wallet_errors.h change mixin to ring size in user visible places 2017-08-07 21:12:27 +01:00
wallet_rpc_server.cpp Merge pull request #2286 2017-08-15 20:55:30 +02:00
wallet_rpc_server.h wallet_rpc_server: adjust small ring sizes to 5 for v6 2017-08-12 12:59:06 +01:00
wallet_rpc_server_commands_defs.h Merge pull request #2205 2017-08-15 20:44:44 +02:00
wallet_rpc_server_error_codes.h Resolve #92 add ability to create wallets thru RPC 2017-04-11 01:22:44 +01:00