- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 30 2025
@bot chronik-client-integration-tests build-chronik-plugins
refactor on dependency
@bot build-master
rebase
@bot build-master
Sep 29 2025
fix feature_block, which was previously hanging so i missed these missing instances
rebase
i fixed the issue in D18713, there is no significant problem with the performance because of caching, it was a bug
rebase
rebase
unbreak feature_block.py
i think i need to check the effect of this on the perf of the feature_block test. Specifically the numerous calls to make_conform_to_ctor may slow down the test now that the txid is no longer cached and the sorting process may need to recompute the txids multiple times.
missed one in abc_p2p_compactblocks
more
also remove a comment that no longer makes sense
looks reasonable to me
Sep 26 2025
OK, I checked that the getEmppAppAction, getEmppAppActions & getXecxAppAction related changes are move-only (with some blank line changes and some const renaming, eg opReturn.appPrefixesHex.xecx -> EMPP_APP_PREFIXES.XECX).
The API of the new stuff (ParsedOpReturn, parseOpReturn) makes senses to me.
Sep 25 2025
Sep 24 2025
fix newline, and while we are touching this remove weird semicolons after function bodies
Sep 23 2025
fix processor tests (MSG_TX)
iterate++
clang-tidy
clang-tidy
ll