You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ceb7b35 refactor: move UpdateTip into CChainState (James O'Beirne)
4abf077 refactor: no mempool arg to GetCoinsCacheSizeState (James O'Beirne)
46e3efd refactor: move UpdateMempoolForReorg into CChainState (James O'Beirne)
6176617 validation: make CChainState::m_mempool optional (James O'Beirne)
Pull request description:
Make `CChainState::m_mempool` optional by making it a pointer instead of a reference. This will allow a simplification to assumeutxo semantics (see bitcoin/bitcoin#15606 (review)) and help facilitate the `-nomempool` option.
ACKs for top commit:
jnewbery:
ACK ceb7b35
naumenkogs:
ACK ceb7b35
ryanofsky:
Code review ACK ceb7b35 (just minor style and test tweaks since last review)
lsilva01:
Code review ACK and tested on Signet ACK bitcoin/bitcoin@ceb7b35
MarcoFalke:
review ACK ceb7b35 😌
Tree-SHA512: cc445ad33439d5918cacf80a6354eea8f3d33bb7719573ed5b970fad1a0dab410bcd70be44c862b8aba1b71263b82d79876688c553e339362653dfb3d8ec81e6
0 commit comments