- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 15 2024
use chronik_plugin.script submodule
make python tests use functions and import the module
fix bug when adding uncolored txs that burn tokens to the mempool
Jan 12 2024
diff unsaved formatting
add long SLP V2 rant
rebase on master
Jan 11 2024
rerun CI
mention "token" in error messages; add explanatory comments; fix typo; test tx 10 too
Jan 10 2024
Jan 8 2024
Jan 5 2024
remove dbg! macros
Discussion with Cyprian concluded, and the spec will match our implementation here.
Jan 4 2024
Put this on hold while we resolve the mint vault spec…
use std::chrono::seconds, use wait_until, update copyright year
update copyrights to 2024, add BURN tests and add a comment about GENESIS for has_any_genesis
rerun CI
change coins_to_uncache to possibly include mempool UTXOs, use LOCK(cs_main), make TxId in one line, fix comments
rename is_total_burn -> is_invalid, change template to something more intuitive, add comments to NFT1 GROUP bare burn check
fix comments
@Fabien Agreed, but I think it's better to remove it in a separate diff.
reduce ping interval on regtest to 5s, make ping a readable message
If we reduce the ping timer on regtest, shall we also remove the pings coming from the test framework?
Jan 3 2024
run tests again
rename test class
Jan 2 2024
Dec 31 2023
Dec 30 2023
push the right branch history
update install-dependencies-bullseye.sh
- redesign the DB to include unknown tokens
- split tests into multiple files
Dec 29 2023
I forgot to handle unknown tokens (they are simply ignored which is not good)
Dec 28 2023
add forgot comments
Dec 25 2023
Dec 24 2023
Yeah, I get it's a bit big; but there's so much overlap between the different token versions that it'd be hard to put into separate diffs.
Dec 22 2023
update all_the_things test
clean up
Dec 21 2023
add missing GenesisInfo::empty_alp
Dec 20 2023
add loop over token types