danicoin/src
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
..
blockchain_db Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks 2017-08-29 15:45:08 +01:00
blockchain_utilities Merge pull request #2385 2017-09-02 11:35:12 +02:00
blocks update checkpoints.dat 2017-09-06 09:08:43 +02:00
common Add a --fluffy-blocks option to relay blocks as fluffy blocks 2017-09-03 11:15:57 +01:00
crypto crypto: use malloc instead of alloca 2017-08-23 13:38:03 +01:00
cryptonote_basic update hardcoded checkpoints 2017-09-06 09:11:22 +02:00
cryptonote_core core: guard against exceptions in tx verification worker threads 2017-09-12 12:07:45 +01:00
cryptonote_protocol Add a --fluffy-blocks option to relay blocks as fluffy blocks 2017-09-03 11:15:57 +01:00
daemon Use latest height for fork date estimate 2017-09-02 11:49:31 +01:00
daemonizer daemon: Add ability to write a PID file 2017-07-22 08:34:56 +10:00
debug_utilities Cleanup test impact of moving blockchain_db_types() 2017-08-22 15:11:28 +01:00
mnemonics mnemonics: new Esperanto word list 2017-08-14 17:46:46 +01:00
p2p p2p: init hashes after deserializing a network address 2017-09-14 17:51:37 +01:00
platform update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
ringct changed crypto to cncrypto so it generated libcncrypto 2017-05-23 07:45:40 -04:00
rpc rpc: get_txpool_backlog is now unrestricted 2017-09-11 14:39:48 +01:00
serialization update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
simplewallet Merge pull request #2363 2017-09-02 11:33:51 +02:00
wallet wallet2: Missing underflow check on low heights 2017-10-15 11:17:54 +01:00
CMakeLists.txt debug_utilities: only build for debug builds 2017-08-04 14:45:43 +01:00
cryptonote_config.h cryptonote_protocol: large block sync size before v4 2017-08-17 13:11:52 +01:00
version.cmake update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
version.h.in update major version number 2017-08-15 21:04:37 +02:00