Commit Graph

4497 Commits (75563db6e36f044ca0fd08722e2b29a3c950430a)
 

Author SHA1 Message Date
moneromooo-monero adce8ae466
simplewallet: new "fee" command to display fee information
7 years ago
moneromooo-monero c867357adc
cryptonote_protocol: error handling on cleanup_handle_incoming_blocks
7 years ago
moneromooo-monero ce901fcb31
Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks
7 years ago
Howard Chu 3d19ab7067 Revert "Cleanup test impact of moving blockchain_db_types()"
7 years ago
moneromooo-monero 84fa015e77
core: guard against exceptions in handle_incoming_{block,tx}
7 years ago
moneromooo-monero a95e460c71
move db specific options to BlockchainDB
7 years ago
moneromooo-monero 63d8dddc0a
cryptonote_protocol: remove old spans when received as old blocks
7 years ago
Riccardo Spagni 72b5f37f58
Merge pull request #2349
7 years ago
Riccardo Spagni e00238a355
Merge pull request #2347
7 years ago
Riccardo Spagni 48f96c18df
Merge pull request #2320
7 years ago
Riccardo Spagni 36b978f50e
Merge pull request #2314
7 years ago
Riccardo Spagni ff0afc196e
Merge pull request #2313
7 years ago
Riccardo Spagni 30eae5f150
Merge pull request #2353
7 years ago
Riccardo Spagni 193b28506e
Merge pull request #2355
7 years ago
moneromooo-monero 5807529e69
blockchain: cap memory size of retrieved blocks
7 years ago
moneromooo-monero c1b10381fc
rpc: decrease memory usage a bit in getblocks.bin
7 years ago
moneromooo-monero f906d87e66
wallet: new option to check/confirm txpool backlog when sending
7 years ago
moneromooo-monero 19393115dc
daemon: fix backlog estimating at max block size
7 years ago
moneromooo-monero 55bec1f03d
rpc: add a new RPC to get current txpool backlog (sizes and fees)
7 years ago
moneromooo 1914c999c7
txpool: update db tx metadata when it changes
7 years ago
moneromooo 4dbf29bd32
txpool: add tx size median to the pool stats
7 years ago
moneromooo-monero 2e338ca574
wallet2: account for huge testnet reorgs for estimating height
7 years ago
Riccardo Spagni 335681896a
Merge pull request #2311
7 years ago
Riccardo Spagni 944bbdb51e
Merge pull request #2330
7 years ago
Riccardo Spagni 9b4117b401
Merge pull request #2328
7 years ago
Riccardo Spagni 65ee63e5bf
Merge pull request #2326
7 years ago
Riccardo Spagni 4ff968d0f5
Merge pull request #2306
7 years ago
Howard Chu ea15e72d73
tx_pool: fix crash in stats
7 years ago
moneromooo-monero df0cffede0
cryptonote_protocol: warn if we see a higher top version we expect
7 years ago
moneromooo-monero 317ab21a03
cryptonote_protocol: less strict check on top version on connect
7 years ago
moneromooo-monero cc81a37155
cryptonote_protocol: update target height when syncing too
7 years ago
moneromooo-monero e2ad372b87
cryptonote_protocol: simplify and remove unnecessary casts
7 years ago
moneromooo-monero 727e67cada
cryptonote_protocol: print peer top height along with its version
7 years ago
moneromooo-monero b5345ef4f0
crypto: use malloc instead of alloca
7 years ago
moneromooo-monero 80794b3114
thread_group: set thread size to THREAD_STACK_SIZE
7 years ago
moneromooo-monero 5524bc3151
print peer id in 0 padded hex for consistency
7 years ago
moneromooo-monero e3c4395ab7
p2p: init hashes after deserializing a network address
7 years ago
moneromooo-monero 679a5ab85b
daemon: print estimated tx backlog in print_pool_stats
7 years ago
Howard Chu 3dd34a49ef
Cleanup test impact of moving blockchain_db_types()
7 years ago
Howard Chu c22d22e2db
Cleanup test impact of adding safesyncmode() method
7 years ago
moneromooo-monero 64ab88446a
rpc_client: print destination host/port when failing to connect
7 years ago
moneromooo-monero 333f70120c
http_client: add getters for host and port
7 years ago
moneromooo-monero 8f8cc09ba1
contrib: add sync_info to rlwrap command set
7 years ago
Howard Chu c656dd0ede
Fix refresh counter display
7 years ago
Howard Chu c088d38a57
Simplify readline support
7 years ago
moneromooo-monero 70b8c6d77a
cryptonote_protocol: misc fixes to the new sync algorithm
7 years ago
Howard Chu 0c6c3eb3f2
Silence stupid fallthru warning in gcc 7
7 years ago
Jaquee d58700e003 WalletAPI: only allow trusted daemon when importing key images
7 years ago
Jaquee 8a9bbd26d3 WalletAPI: copy wallet data when creating a view only wallet
7 years ago
Jaquee d27fe32e4a wallet2: export/import wallet data functions
7 years ago