- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jul 29 2024
minimize regex, add tests for new fn
improve maintainability with miner categories
lint
use regex instead of raw hex, use for loop instead of distinct if blocks for pure string miners
rerun ci
improve plugin failure message
Jul 28 2024
Jul 27 2024
rebase onto D16527 again
rerun CI, failure seems unrelated
fix build
Jul 26 2024
fix build
better store by (plugin_idx, db_outpoint) to make reindexing easier
rebase onto D16527
add cases for data=b'' and data=[]
skip unloaded plugins
On a semi related note, not for this diff, but if you try to use a non-jpg/png file (e.g. webp) for the NFT collection it crashes the app (blank white screen), with the console spitting out TypeError: Cannot read properties of undefined (reading 'size').
@phrazle I don't connect to new peers, the getavaproofs requests are only sought upon connection for now; let transmit more on a frequent basis to assist maintain current.
@dordle In this revision, the modifications that were committed were automatically reflected. A node that implements an appropriate policy will not be required to address numerous invalid in-mempool transactions; rather, it will only be impacted by double-spends until the node receives the corresponding finalized transaction and can cease processing the problematic one.
Jul 25 2024
fix build, add chronik-db with plugins feature test manually
The build is failing, back to your queue
Can you please add a couple tests with data=b'' and data=[] ? Note this can be unit tests for extract_bytes_or_list instead of the whole run_on_tx
enable --features plugins on tests if BITCOIN_BUILD_CHRONIK_PLUGINS is on
rebase and shorten chronik_bridge::ffi -> ffi
idiomaticity
Jul 24 2024
Rebasing to include latest merges.
fix lint
use encapsulation in PluginNameMap