Riccardo Spagni
33485154d6
Merge pull request #2391
...
d685d5d9
Use latest height for fork date estimate (Howard Chu)
2017-09-04 17:04:02 +02: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
6d78c6d2e4
Merge pull request #2383
...
c65062ad
Fix miniupnpc CVE-2017-8798 (MaxXor)
2017-09-02 11:34:53 +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
MaxXor
c65062ad5e
Fix miniupnpc CVE-2017-8798
2017-09-01 09:38:31 +02: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
moneromooo-monero
a3662baefb
cryptonote_protocol: error handling on cleanup_handle_incoming_blocks
2017-08-29 16:10:53 +01:00
moneromooo-monero
cf4aa65316
Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks
2017-08-29 15:45:08 +01:00
moneromooo-monero
0ffad5a359
core: guard against exceptions in handle_incoming_{block,tx}
...
When one happens, cleanup must be called or the incoming tx
lock will stay locked
2017-08-29 13:03:54 +01:00
moneromooo-monero
bf72432734
cryptonote_protocol: remove old spans when received as old blocks
...
fixes getting those in a loop
2017-08-28 00:54:23 +01:00
Riccardo Spagni
d8f402ad8f
Merge pull request #2343
...
c656dd0e
Fix refresh counter display (Howard Chu)
c088d38a
Simplify readline support (Howard Chu)
2017-08-26 23:45:50 +02:00
Riccardo Spagni
e75e41d07d
Merge pull request #2319
...
c22d22e2
Cleanup test impact of adding safesyncmode() method (Howard Chu)
9a859844
Toggle SAFE syncmode on and off automatically (Howard Chu)
2017-08-26 23:45:38 +02:00
Riccardo Spagni
52af8c1582
Merge pull request #2318
...
3dd34a49
Cleanup test impact of moving blockchain_db_types() (Howard Chu)
80344740
More DB support cleanup (Howard Chu)
4c7f8ac0
DB cleanup (Howard Chu)
2017-08-26 23:45:25 +02:00
Riccardo Spagni
97864d454f
Merge pull request #2356
...
4bd9e247
wallet: new option to check/confirm txpool backlog when sending (moneromooo-monero)
0c61be37
rpc: add a new RPC to get current txpool backlog (sizes and fees) (moneromooo-monero)
2017-08-26 23:34:10 +02:00
Riccardo Spagni
19cdd10750
Merge pull request #2354
...
aeb30c83
daemon: fix backlog estimating at max block size (moneromooo-monero)
2017-08-26 23:33:55 +02:00
Riccardo Spagni
8ee10e707b
Merge pull request #2352
...
2d8a6a6f
blockchain: cap memory size of retrieved blocks (moneromooo-monero)
20bedf32
rpc: decrease memory usage a bit in getblocks.bin (moneromooo-monero)
2017-08-26 23:33:40 +02:00
Riccardo Spagni
fd1faac2e0
Merge pull request #2350
...
fa65da25
http_client: add getters for host and port (moneromooo-monero)
2017-08-26 23:33:07 +02:00
moneromooo-monero
2d8a6a6f0c
blockchain: cap memory size of retrieved blocks
...
It helps keep memory usage down when a wallet refreshes through
a string of large blocks
2017-08-26 20:54:38 +01:00
moneromooo-monero
20bedf320e
rpc: decrease memory usage a bit in getblocks.bin
2017-08-26 20:54:35 +01:00
moneromooo-monero
4bd9e247a2
wallet: new option to check/confirm txpool backlog when sending
2017-08-26 17:18:14 +01:00
moneromooo-monero
0c61be37d4
rpc: add a new RPC to get current txpool backlog (sizes and fees)
2017-08-26 17:18:11 +01:00
moneromooo-monero
aeb30c8381
daemon: fix backlog estimating at max block size
...
Block size will pretty much never be fully used, unless all txes
are using max fee.
2017-08-26 17:14:04 +01:00
moneromooo-monero
fa65da25c9
http_client: add getters for host and port
2017-08-25 23:28:07 +01:00
Riccardo Spagni
0fe4b0282a
Merge pull request #2339
...
df0cffed
cryptonote_protocol: warn if we see a higher top version we expect (moneromooo-monero)
317ab21a
cryptonote_protocol: less strict check on top version on connect (moneromooo-monero)
cc81a371
cryptonote_protocol: update target height when syncing too (moneromooo-monero)
e2ad372b
cryptonote_protocol: simplify and remove unnecessary casts (moneromooo-monero)
727e67ca
cryptonote_protocol: print peer top height along with its version (moneromooo-monero)
b5345ef4
crypto: use malloc instead of alloca (moneromooo-monero)
80794b31
thread_group: set thread size to THREAD_STACK_SIZE (moneromooo-monero)
5524bc31
print peer id in 0 padded hex for consistency (moneromooo-monero)
8f8cc09b
contrib: add sync_info to rlwrap command set (moneromooo-monero)
70b8c6d7
cryptonote_protocol: misc fixes to the new sync algorithm (moneromooo-monero)
2017-08-25 00:24:52 +02:00
Riccardo Spagni
0debbb20a0
Merge pull request #2337
...
6707f0af
daemon: print estimated tx backlog in print_pool_stats (moneromooo-monero)
2017-08-25 00:24:38 +02:00
Riccardo Spagni
12a77ba868
Merge pull request #2336
...
2392c4c4
rpc_client: print destination host/port when failing to connect (moneromooo-monero)
2017-08-25 00:24:25 +02:00
Riccardo Spagni
b09e170344
Merge pull request #2331
...
ea15e72d
tx_pool: fix crash in stats (Howard Chu)
2017-08-25 00:24:10 +02:00
Riccardo Spagni
2cafbb701a
Merge pull request #2335
...
2147859a
core: add mainnet v6 fork height at 1400000 (moneromooo-monero)
2017-08-25 00:23:50 +02:00
moneromooo-monero
6707f0afce
daemon: print estimated tx backlog in print_pool_stats
2017-08-23 21:33:13 +01:00
moneromooo-monero
2392c4c41e
rpc_client: print destination host/port when failing to connect
2017-08-23 21:31:44 +01:00
moneromooo-monero
2147859ac9
core: add mainnet v6 fork height at 1400000
2017-08-23 21:09:26 +01:00
Howard Chu
ea15e72d73
tx_pool: fix crash in stats
...
if tx receive_time == now. supersedes #2322
2017-08-23 14:22:25 +01:00
moneromooo-monero
df0cffede0
cryptonote_protocol: warn if we see a higher top version we expect
2017-08-23 13:38:18 +01:00
moneromooo-monero
317ab21a03
cryptonote_protocol: less strict check on top version on connect
...
This allows peers who synced past a fork on the wrong height
to reorg to the right chain after they updated their software
to include the new version.
2017-08-23 13:38:15 +01:00
moneromooo-monero
cc81a37155
cryptonote_protocol: update target height when syncing too
2017-08-23 13:38:13 +01:00
moneromooo-monero
e2ad372b87
cryptonote_protocol: simplify and remove unnecessary casts
2017-08-23 13:38:10 +01:00
moneromooo-monero
727e67cada
cryptonote_protocol: print peer top height along with its version
2017-08-23 13:38:06 +01:00
moneromooo-monero
b5345ef4f0
crypto: use malloc instead of alloca
2017-08-23 13:38:03 +01:00
moneromooo-monero
80794b3114
thread_group: set thread size to THREAD_STACK_SIZE
2017-08-23 13:38:00 +01:00
moneromooo-monero
5524bc3151
print peer id in 0 padded hex for consistency
2017-08-23 13:37:56 +01:00
Howard Chu
3dd34a49ef
Cleanup test impact of moving blockchain_db_types()
2017-08-22 15:11:28 +01:00