Commit graph

3110 commits

Author SHA1 Message Date
Klaus-Uwe Mitterer 582bbd09cc Kick out checkpoints 2018-01-29 19:32:05 +01:00
Klaus-Uwe Mitterer cd4fc4ecd9 Fix strings 2018-01-29 17:07:24 +01:00
Kumi 3879840eca Update Node 1 IP 2018-01-26 10:53:41 +01:00
Kumi c54f5de51f update URLs 2018-01-24 16:48:33 +01:00
Kumi 01a22b48b6 Update strings 2018-01-13 18:12:32 +01:00
Kumi fbe27f457d Fix version 2018-01-03 13:01:20 +01:00
Kumi 79d9cdb2e2 Add missing semicolon 2018-01-03 13:01:06 +01:00
Kumi d24a94dc7f Fix copyright blocks 2018-01-03 12:17:50 +01:00
Kumi 212e89a76e Set variables 2018-01-03 09:41:04 +01:00
Jaquee cb23be8f4d Wallet API: always use approximate calc of blockchain height 2017-10-24 19:07:10 +02:00
Riccardo Spagni bbed29b246
update version to 0.11.1.0 2017-10-23 14:27:11 +02:00
Riccardo Spagni 886aeda547
Merge pull request #2700
6fb5de3b simplewallet: add get/set for refresh-from-height (moneromooo-monero)
2017-10-23 11:45:48 +02:00
Riccardo Spagni 0f7de8f2de
Merge pull request #2708
076d8237 wallet2: fix tx size estimator for large number of inputs (moneromooo-monero)
2017-10-23 11:16:08 +02:00
Riccardo Spagni f97dfc4ee9
Merge pull request #2707
3067da20 core: guard against a mined block not finding all txes in the pool (moneromooo-monero)
2017-10-23 11:15:51 +02:00
moneromooo-monero 076d8237b8
wallet2: fix tx size estimator for large number of inputs 2017-10-22 22:24:41 +01:00
moneromooo-monero 3067da2018
core: guard against a mined block not finding all txes in the pool
This can happen for several reasons, but mainly if another block
was received, which took that tx off the pool.
2017-10-22 22:23:35 +01:00
Riccardo Spagni bb3394aeb5
Merge pull request #2654
44afa6de wallet2: Missing underflow check on low heights (landergate)
2017-10-22 23:04:56 +02:00
Riccardo Spagni 4baeba4287
Merge pull request #2632
b4c5180f core: fix failure to sync when a tx is already in the pool (moneromooo-monero)
2017-10-22 23:03:05 +02:00
Riccardo Spagni a666d36ca6
Merge pull request #2514
cda45a7f Source updates are in a source subdirectory (moneromooo-monero)
2017-10-22 23:02:39 +02:00
Riccardo Spagni 4837302d5b
Merge pull request #2493
19fab620 blockchain: fix crash checking pre-validated txids (moneromooo-monero)
2017-10-22 23:02:22 +02:00
Riccardo Spagni 922bfa2ef9
Merge pull request #2478
14e5d779 db_lmdb: fix use of uninitialized key in for_blocks_range (moneromooo-monero)
2017-10-22 23:01:54 +02:00
moneromooo-monero 6fb5de3b9e
simplewallet: add get/set for refresh-from-height 2017-10-22 11:00:21 +01:00
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
moneromooo-monero b4c5180f2d
core: fix failure to sync when a tx is already in the pool 2017-10-10 20:42:33 +01:00
moneromooo-monero cda45a7f4f
Source updates are in a source subdirectory
rather than in the same directory as the prebuilt versions
2017-09-22 22:16:22 +01:00
moneromooo-monero 19fab6204a
blockchain: fix crash checking pre-validated txids 2017-09-20 10:49:17 +01:00
moneromooo-monero 14e5d77939
db_lmdb: fix use of uninitialized key in for_blocks_range 2017-09-19 15:50:30 +01:00
moneromooo-monero 8133a64260
p2p: init hashes after deserializing a network address
Fixes multiple connections to the same address
2017-09-14 17:51:37 +01:00
Riccardo Spagni 373ce4ab09
Merge pull request #2437
3deef401 core: guard against exceptions in tx verification worker threads (moneromooo-monero)
2017-09-12 13:12:28 +02:00
moneromooo-monero 3deef4018e
core: guard against exceptions in tx verification worker threads 2017-09-12 12:07:45 +01:00
moneromooo-monero 67bdf65cbf
rpc: get_txpool_backlog is now unrestricted 2017-09-11 14:39:48 +01:00
Riccardo Spagni 64ab224c0e
update checkpoint hashes 2017-09-06 17:34:14 +02:00
Riccardo Spagni 12b86e4402
update hardcoded checkpoints 2017-09-06 09:11:22 +02:00
Riccardo Spagni 21d0a40cff
update checkpoints.dat 2017-09-06 09:08:43 +02:00
Riccardo Spagni 2f7358ef75
Merge pull request #2397
c6375a14 tx_pool: catch exceptions in LockedTXN dtor (moneromooo-monero)
2017-09-04 17:04:58 +02:00
Riccardo Spagni da3930ccbb
Merge pull request #2393
585e6b35 Add a --fluffy-blocks option to relay blocks as fluffy blocks (moneromooo-monero)
2017-09-04 17:04:45 +02:00
moneromooo-monero c6375a14af
tx_pool: catch exceptions in LockedTXN dtor
This might prevent some calls to terminate when the LockedTXN
dtor is called as part of stack unwinding caused by another
exception in the first place.
2017-09-04 10:18:07 +01:00
moneromooo-monero 585e6b35e6
Add a --fluffy-blocks option to relay blocks as fluffy blocks
Defaults to off, but fluffy blocks are forced enabled on testnet
2017-09-03 11:15:57 +01:00
Howard Chu d685d5d987
Use latest height for fork date estimate 2017-09-02 11:49:31 +01:00
Riccardo Spagni 87d332df1a
Merge pull request #2385
2289ead5 blockchain_import: warn for chunks over 500000, not 100000 (moneromooo-monero)
2f9a5528 blockchain_import: properly cleanup core/db on exit (moneromooo-monero)
8d6967be blockchain_import: do not error out on truncated files (moneromooo-monero)
2017-09-02 11:35:12 +02:00
Riccardo Spagni 677f1d43db
Merge pull request #2375
ff1cdf30 tx_pool: wrap tx meta updates in a LockedTXN (moneromooo-monero)
2017-09-02 11:34:40 +02:00
Riccardo Spagni 7369d746fd
Merge pull request #2373
a3662bae cryptonote_protocol: error handling on cleanup_handle_incoming_blocks (moneromooo-monero)
cf4aa653 Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks (moneromooo-monero)
0ffad5a3 core: guard against exceptions in handle_incoming_{block,tx} (moneromooo-monero)
2017-09-02 11:34:25 +02:00
Riccardo Spagni aa680bf3c6
Merge pull request #2365
bf724327 cryptonote_protocol: remove old spans when received as old blocks (moneromooo-monero)
2017-09-02 11:34:06 +02:00
Riccardo Spagni 9b74395c4b
Merge pull request #2363
31b1c6c1 simplewallet: new "fee" command to display fee information (moneromooo-monero)
2017-09-02 11:33:51 +02:00
Riccardo Spagni e83666d9aa
Merge pull request #2358
0c6c3eb3 Silence stupid fallthru warning in gcc 7 (Howard Chu)
2017-09-02 11:33:38 +02:00
moneromooo-monero 2289ead568
blockchain_import: warn for chunks over 500000, not 100000
We have a lot of 350000 byte blocks now.
2017-09-01 22:50:15 +01:00
moneromooo-monero 2f9a5528a7
blockchain_import: properly cleanup core/db on exit 2017-09-01 12:01:36 +01:00
moneromooo-monero 8d6967be39
blockchain_import: do not error out on truncated files
This will happen often when downloading from a live file
2017-09-01 12:01:33 +01:00
moneromooo-monero ff1cdf30d7
tx_pool: wrap tx meta updates in a LockedTXN 2017-08-29 16:47:33 +01:00
moneromooo-monero 31b1c6c10d
simplewallet: new "fee" command to display fee information
including expected transaction backlog at different priorities
2017-08-29 16:27:20 +01:00