- 01 Sep, 2017 4 commits
-
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
Address lookup removed by accident
-
- 29 Aug, 2017 1 commit
-
-
Infernoman authored
-
- 27 Aug, 2017 18 commits
-
-
Alastair Clark authored
Infernoman
-
Alastair Clark authored
-
Wladimir J. van der Laan authored
Also cap the allocation for the leveldb-specific cache for the UTXO set to 8MiB. This avoids that the extra cache memory goes to the much less effective leveldb cache instead of our application-level cache.
-
Pieter Wuille authored
If the mempool is not completely full, treat the difference between the maximum size and the actual usage as available for the coin cache. This also changes the early flush trigger from (usage > 0.9 * space) to (usage > 0.9 * space && usage > space - 100MB). This means we're not permanently leaving 10% of the space unused when the space is large.
-
João Barbosa authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
CDarkSendSigner->CLegacySigner darkSendSigner->legacySigner
-
Alastair Clark authored
-
Alastair Clark authored
-
- 26 Aug, 2017 14 commits
-
-
Alastair Clark authored
-
Alastair Clark authored
-
Pieter Wuille authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alastair Clark authored
-
Alex Morcos authored
Make sure we're checking disk space for block index writes and allow for pruning to happen before chainstate writes.
-
Alastair Clark authored
-
Alastair Clark authored
-
Pieter Wuille authored
-
Pieter Wuille authored
-
Pieter Wuille authored
-
Alastair Clark authored
-
Pieter Wuille authored
-
- 14 Aug, 2017 1 commit
-
-
Infernoman authored
-
- 12 Aug, 2017 1 commit
-
-
Infernoman authored
-
- 08 Aug, 2017 1 commit
-
-
Extrememist authored
-