12259 Commits (08ed8c1d071d661f3d92947692d5fcd6fda07706)
 

Author SHA1 Message Date
Gregory Maxwell e141beb6a9 IsInitialBlockDownload no longer uses header-only timestamps. 8 years ago
Gregory Maxwell 2082b5574c Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. 8 years ago
Gregory Maxwell fd46136dfa IBD check uses minimumchain work instead of checkpoints. 8 years ago
Robert McLaughlin cccf73db04 trivial: fix bloom filter init to isEmpty = true 8 years ago
Jonas Schnelli 273bde37d8
Merge #9043: [qt] Return useful error message on ATMP failure 8 years ago
Gregory Maxwell d32036a47d Use RelevantServices instead of node_network in AttemptToEvict. 8 years ago
Cory Fields 59ac5c5b72 net: Use deterministic randomness for CNode's nonce, and make it const 8 years ago
Cory Fields aff6584e09 net: constify a few CNode vars to indicate that they're threadsafe 8 years ago
MarcoFalke 3d69ecb4ed
Merge #9041: keypoololdest denote Unix epoch, not GMT 8 years ago
Matt Corallo f5b960be4e Move nTimeBestReceived updating into net processing code 8 years ago
Matt Corallo d8670fb103 Move all calls to CheckBlockIndex out of net-processing logic 8 years ago
Matt Corallo d6ea737be1 Remove network state wipe from UnloadBlockIndex. 8 years ago
Matt Corallo fc0c24f67b Move MarkBlockAsReceived out of ProcessNewMessage 8 years ago
Matt Corallo 65f35eb91b Move FlushStateToDisk call out of ProcessMessages::TX into ATMP 8 years ago
MarcoFalke fa326193ad [rpc] ParseHash: Fail when length is not 64 8 years ago
Pieter Wuille 582068aa90 Add mempool.dat to doc/files.md 8 years ago
Pieter Wuille 3f78562df5 Add DumpMempool and LoadMempool 8 years ago
Pieter Wuille ced7c949e8 Add AcceptToMemoryPoolWithTime function 8 years ago
Pieter Wuille c3efb58622 Add feedelta to TxMempoolInfo 8 years ago
matthias 7f61b49de8 Change all instance of 'GMT epoch' to 'Unix epoch' 8 years ago
Matt Corallo fe1dc62cef Hash P2P messages as they are received instead of at process-time 8 years ago
MarcoFalke 3333e5a1e5 [qt] Return useful error message on ATMP failure 8 years ago
Patrick Strateman 86029e72c9 Move CWalletDB::ReorderTransactions to CWallet 8 years ago
Wladimir J. van der Laan 6c5cd9d022 test: Add format-dependent comparison to bctest 8 years ago
Wladimir J. van der Laan 0fdf810d26 wallet: Change default confirm target from 2 to 6 8 years ago
Wladimir J. van der Laan d2143dc937
Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation target 8 years ago
Wladimir J. van der Laan 0dcb888266
Merge #9016: Return useful error message on ATMP failure 8 years ago
Jonas Schnelli cfe77ef412
[Qt] overhaul smart-fee slider, adjust default confirmation target 8 years ago
Jonas Schnelli 6f0289967f
[Qt] Hide nTxConfirmTarget behind WalletModel 8 years ago
Jonas Schnelli 004168dcb7
CoinControl: add option for custom confirmation target 8 years ago
Wladimir J. van der Laan fea5e05a63
Merge #9029: instance of 'mem pool' to 'mempool' 8 years ago
S. Matthew English 1c3ecc70c8 instance of 'mem pool' to 'mempool' 8 years ago
Wladimir J. van der Laan 83234d4d17
Merge #9033: Update build notes for dropping osx 10.7 support (fanquake) 8 years ago
Wladimir J. van der Laan a49b4a75a1
doc: Add release notes for 0.13.1 release 8 years ago
Michael Ford ba26d415c0 Update build notes for dropping osx 10.7 support 8 years ago
Wladimir J. van der Laan 444c673d85 bench: Add benchmark for lockedpool allocation/deallocation 8 years ago
Wladimir J. van der Laan 6567999096 rpc: Add `getmemoryinfo` call 8 years ago
Wladimir J. van der Laan 4536148b15 support: Add LockedPool 8 years ago
instagibbs 169bdabe14 Return useful error message on ATMP failure 8 years ago
Wladimir J. van der Laan 86f9e3dbba
Merge #9020: rpc: Remove invalid explanation from wallet fee message 8 years ago
Wladimir J. van der Laan 04c1c15544 rpc: Remove invalid explanation from wallet fee message 8 years ago
Wladimir J. van der Laan 54259370ae
Merge #9015: release: bump required osx version to 10.8. (jonasschnelli) 8 years ago
Russell Yanofsky 67c6326abd Send tip change notification from invalidateblock 8 years ago
Cory Fields 339c4b6c3a release: bump required osx version to 10.8. Credit jonasschnelli. 8 years ago
Geoffrey Tsui d0b01f3a85 Explicitly pass const CChainParams& to LoadBlockIndexDB() 8 years ago
Wladimir J. van der Laan 9bdf5269f8
Merge #8515: A few mempool removal optimizations 8 years ago
Wladimir J. van der Laan e077e00303
Merge #8948: [TRIVIAL] reorder Windows gitian build order to match Linux 8 years ago
Wladimir J. van der Laan f14f07cb94
Merge #9008: [net] Remove assert(nMaxInbound > 0) 8 years ago
Wladimir J. van der Laan e1d1f57b56
Merge #9002: Make connect=0 disable automatic outbound connections. 8 years ago
Gregory Maxwell 515e2642eb Make connect=0 disable automatic outbound connections. 8 years ago