Commit Graph

138 Commits (5b7aac34f2363822c3a1cfafda8ffc9528905058)

Author SHA1 Message Date
Russell Yanofsky 93b9800fec scripted-diff: Rename overloaded int GetArg to GetIntArg
3 years ago
MarcoFalke fa20f815a9
Remove txindex migration code
3 years ago
James O'Beirne 7ad414f4bf
doc: add comment about CCoinsViewDBCursor constructor
3 years ago
James O'Beirne 0f8a5a4dd5
move-only(ish): don't expose CCoinsViewDBCursor
3 years ago
James O'Beirne 615c1adfb0
refactor: wrap CCoinsViewCursor in unique_ptr
3 years ago
MarcoFalke ffff0d0442
refactor: Switch serialize to uint8_t (1/n)
4 years ago
Kiminuo 4c3a5dcbfc scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
4 years ago
fanquake 3ba2840e7e
scripted-diff: remove MakeUnique<T>()
4 years ago
James O'Beirne ad949ba449
txdb: don't reset during in-memory cache resize
4 years ago
MarcoFalke 2f71a1ea35
Merge #18637: coins: allow cache resize after init
4 years ago
James O'Beirne b223111da2 txdb: add CCoinsViewDB::ChangeCacheSize
4 years ago
MarcoFalke cccc2784a3
scripted-diff: Move ui_interface to the node lib
4 years ago
MarcoFalke fad8c890f5
txdb: Remove unused boost/thread
5 years ago
MarcoFalke 448bdff263
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
5 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
Pieter Wuille 4eb5643e35 Convert everything except wallet/qt to new serialization
5 years ago
Pieter Wuille 0e0fa27acb Get rid of VARINT default argument
5 years ago
Pieter Wuille 4de934b9b5 Convert compression.h to new serialization framework
5 years ago
MarcoFalke aaaaad6ac9
scripted-diff: Bump copyright of files changed in 2019
5 years ago
Pieter Wuille e65e61c812 Add some general std::vector utility functions
5 years ago
Hennadii Stepanov c2bb3919a8
util: Simplify path argument for CBlockTreeDB ctor
5 years ago
James O'Beirne 5693530685 refactor: have CCoins* data managed under CChainState
5 years ago
Hennadii Stepanov 753f7cccce
scripted-diff: Make translation bilingual
5 years ago
Hennadii Stepanov 0b86e517ad
Refactor out translation.h
5 years ago
James O'Beirne 682a1d0f20 refactoring: remove mapBlockIndex global
5 years ago
practicalswift eca9767673 Make reasoning about dependencies easier by not including unused dependencies
6 years ago
Jonas Schnelli 7110d455eb
Merge #12980: Allow quicker shutdowns during LoadBlockIndex()
6 years ago
Jim Posen 2068f089c8 scripted-diff: Move util files to separate directory.
6 years ago
Jonas Schnelli af5fa82b67
Allow quicker shutdowns during LoadBlockIndex()
6 years ago
practicalswift d78a8dc3e8 Return void instead of bool for functions that cannot fail
6 years ago
João Barbosa 12dd101345 scripted-diff: Remove trailing whitespaces
6 years ago
Ben Woosley 1fabd59e7e
Break circular dependency: init -> * -> init by extracting shutdown.h
6 years ago
Jim Posen ec3073a274 index: Move index DBs into index/ directory.
7 years ago
Jim Posen e5af5fc6fb db: Make reusable base class for index databases.
7 years ago
Jim Posen 9b0ec1a7f9 db: Remove obsolete methods from CBlockTreeDB.
7 years ago
Jim Posen c88bcec93f [db] Migration for txindex data to new, separate database.
7 years ago
Jim Posen 0cb8303241 [db] Create separate database for txindex.
7 years ago
John Newbery 5c21e6c6d3 [logging] Comment all continuing logs.
7 years ago
Wladimir J. van der Laan 534b8fa560
Merge #12653: Allow to optional specify the directory for the blocks storage
7 years ago
Jonas Schnelli a1926362ec
-blocksdir: keep blockindex leveldb database in datadir
7 years ago
Russell Yanofsky 499d95e278 Add static_assert to prevent VARINT(<signed value>)
7 years ago
Pieter Wuille 172f5fa738 Support deserializing into temporaries
7 years ago
Jonas Schnelli 386a6b62a8
Allow to optional specify the directory for the blocks storage
7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017
7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky)
7 years ago
Jonas Schnelli ea729d55b4
Merge #10770: Drop upgrade-cancel callback registration for a generic "cancelable"
7 years ago
Matt Corallo ee4d1493e2 Drop upgrade-cancel callback registration for a generic "resumeable"
7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit"
7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers
7 years ago
Matt Corallo 861f9a28bc Skip remainder of init if upgrade is cancelled
7 years ago