needs a rebase
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 15 2025
needs a rebase
needs a rebase
needs a rebase
lock issue detected by clang
rebase, remove now useless hack to skip checkblockindex from D14653
Jan 14 2025
rebase and add a syncwithvalidationinterfacequeue to the test
Jan 13 2025
fix clippy error
revert accidental changes to package(-lock).json
Jan 10 2025
collect the headers_hex
use headers_by_range which simplifies the code a lot
Jan 9 2025
rename helper function json_to_u31. We still return a i32, because that's what all functions expect a block height to be in the node and the indexer, but with the added guarantee that it is >=0 . Returning a u32 would just shift the problem from checking >= 0 to checking <=2**31 -1, while requiring a lot of as i32 conversions when calling the indexer functions.
remove a duplicated test and improve another comment
fix comment in test
the todo is done
comment phrasing nit
rebase on D17496
rebase on D17496
remove unneeded import
Jan 8 2025
nit: use format! rather than concat! and save a to_string() conversion
Jan 7 2025
@bot build-explorer
Jan 6 2025
Jan 3 2025
Dec 31 2024
I have a test failing in a later commit due to an assertion in validation.cpp on line 6093 (Assertion pindex->nStatus.isOnParkedChain() || setBlockIndexCandidates.count(pindex)' failed..) I need to check if I missed something here, or if the issue is introduced later.
Dec 30 2024
dedup AssertLockHeld
Dec 27 2024
Dec 25 2024
Dec 24 2024
Dec 23 2024
Dec 21 2024
Dec 20 2024
use a match no that the Err branch is a single liner
leak, complete error messages
Dec 19 2024
rebase to restart CI. I can't figure out why rpc_psbt.py failed, but it is clearly unrelated (nodes[2] never received an inv for the transaction)