fix build
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 27 2024
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
Jul 25 2024
fix build, add chronik-db with plugins feature test manually
enable --features plugins on tests if BITCOIN_BUILD_CHRONIK_PLUGINS is on
Jul 24 2024
fix lint
use encapsulation in PluginNameMap
also fix one such usage in test_batch_nft1.rs
just some fanatic suggestions
yes it's run
rebase on as_ref fix
Jul 23 2024
switch to BiMap
use plugin idx instead of string to identify plugins
Jul 11 2024
add test for tip header too
remove unnecessary bridge
Jul 10 2024
rebase, apply suggestions, fix json compilation errors
Jul 9 2024
Jul 4 2024
fix some comments, remove unused/unneeded error variants
redesign plugin system, use Plugin class, and add [main.plugin] [test.plugin] and [regtest.plugin] sections
Jul 3 2024
gArgs -> args
Jun 28 2024
Jun 22 2024
and a few other places. Or you just don't update the Rust version, as it's not necessary to fix the build on newer versions.
oh wait also update the version in /Cargo.toml:
[workspace.package] rust-version = "1.76.0"
Jun 21 2024
May 29 2024
one nit, otherwise gtg
is there a way to temporarily deploy this to test it out in actual cashtab? it seems basically gtg
May 26 2024
May 24 2024
fix lints
May 22 2024
May 21 2024
NAK this approach
May 13 2024
May 11 2024
May 10 2024
fix spelling
May 9 2024
fix spelling, add const, return undefined for ALP for now
May 6 2024
In D16111#365055, @bytesofman wrote:It is a bit complicated to setup these txs. Not too big of a deal since will be handled by devs and not users.
Yeah, it's not ideal. But after IMO this is the simplest way without breaking the SLP spec. And some day we'll (hopefully) get atomic broadcasts for multiple txs which will reject the setup tx if the offer tx fails.
Remove artefact in built chronikNode.ts, otherwise LGTM, good test coverage