add missing copyright notice
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 20 2023
fix parsed.rs
simplify using UnexpectedNumPushes, add test case for token_document_hash
added MintField to simplify the mint_baton_out_idx vs. mint_vault_scripthash handling code
change signature of parse and parse_tx to Result<Option<ParsedData>, ParseError>.
this parallels D15016.
add test for invalid 2 byte token type
added copyright notices
Dec 19 2023
rerun CI
fix u16 -> u8
Dec 16 2023
Dec 7 2023
Add a bit of a speech to the functional test so people know why we're testing with -chronik
I'm the captain now (again)
I can confirm the fix on my local machine:
add timeout
Dec 6 2023
Nov 17 2023
Nov 4 2023
alright, green. sorry for holding this hostage for so long, but at least I didn't ask for ransom, so I guess it's not that bad
Oct 27 2023
Re the XPI instances: Good idea anyway. I was reindexing them yesteday, that's why the tests failed.
Oct 26 2023
You don't need chronik-client to test this, and in fact you'd better do it in another diff, this is large enough already.
Oct 24 2023
Sep 29 2023
Use imported db_(de)serialize, add comment to clarify no-side-effect test
Use 1-2-4-8 chain as suggested
Sep 19 2023
Split diff into two
Sep 7 2023
Sep 5 2023
Aug 30 2023
Fix comment in apply_merge_spent_by
Rebase from master
Aug 29 2023
remove unneeded line
remove trailing whitespace
Turn failed merges into no-ops and handle them after updating the DB, if any
Aug 24 2023
rebase on master (to get latest Rust 1.72.0)
rebase on master