use spendablesatsonlyutxos instead of fuelutxos, make getSpendableCoinbaseUtxos private
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Mar 13 2025
tested with python3.11 (via AppImage)
Still need to add comprehensive comments to explain whats going on within the code, very similar to the TS code - will do this later this evening.
lint
Don't use python 3.12 syntax
Removed boilerplate and replaced with assert_status_code_eq!()
Removed test and changed title + summary
rebase on D17797 (extracted some changes not directly related to trezor)
More a question than requesting change here
my review collided with an update that fixed the issue
This diff somehow pulls blockfitter.cpp into bitcoin-chainstate's dependencies, so you need to add it a second time in CMakeList.txt
The blockfitter now needs to be part of the kernel for bitcoin-chainstate to build
Linked docker installation guide
Mar 12 2025
add comments for verifyMsg
Please update your title and summary
feedback + handle case of same transaction added twice without clearing first (don't duplicate outpoints, don't even bother rescanning the transaction)
lint
Removed the impl function and made into macro