Ben Westgate
416b9d9427
correct '-dbcache' to '-prune'
2024-03-25 01:39:22 -05:00
Ryan Ofsky
9d9a7458a2
assumeutxo: Remove BLOCK_ASSUMED_VALID flag
...
Flag adds complexity and is not currently used for anything.
2024-03-18 11:28:40 -05:00
jrakibi
efb70cd645
doc: correct function name in AssumeUTXO design docs
2024-02-29 20:50:50 +01:00
Sjors Provoost
03f82087f6
doc: assumeutxo prune and index notes
2023-10-11 09:20:48 +02:00
Fabian Jahr
710e5db61b
doc: Drop references to assumevalid in assumeutxo docs
2023-10-06 19:43:32 +02:00
James O'Beirne
ce585a9a15
rpc: add loadtxoutset
...
Co-authored-by: Sebastian Falbesoner <sebastian.falbesoner@gmail.com>
2023-09-30 06:41:23 -04:00
Ryan Ofsky
0ce805b632
Documentation improvements for assumeutxo
2023-07-24 16:23:38 -04:00
James O'Beirne
2b373fe49d
docs: update assumeutxo.md
...
Include notes about the `chainstate_snapshot` rename as well as
updates for the included code.
2023-03-07 16:06:20 -05:00
James O'Beirne
c29f26b47b
validation: add CChainState::m_disabled and ChainMan::isUsable
...
and remove m_snapshot_validated. This state can now be inferred by the
number of isUsable chainstates.
m_disabled is used to signal that a chainstate should no longer be used
by validation logic; it is used as a sentinel when background validation
completes or if the snapshot chainstate is found to be invalid.
isUsable is a convenience method that incorporates m_disabled.
2023-02-22 12:13:11 -05:00
James O'Beirne
bf95976061
doc: add note about snapshot chainstate init
2022-09-13 13:31:37 -04:00
James O'Beirne
00eeb31c76
scripted-diff: rename CChainState -> Chainstate
...
-BEGIN VERIFY SCRIPT-
sed -i 's/CChainState/Chainstate/g' $(git grep -l CChainState ':(exclude)doc/release-notes*')
-END VERIFY SCRIPT-
Co-authored-by: MacroFake <falke.marco@gmail.com>
2022-09-09 11:47:27 -04:00
Ryan Ofsky
dc1e7ad7a5
Add doc/design/libraries.md
2022-02-15 09:29:53 -05:00