Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC79026e75747f: [Chronik] Add `TokenWriter` and `TokenReader`
cargo test -p chronik-db
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- chronik-slp-token-writer
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 26082 Build 51737: Build Diff chronik-client-integration-tests · build-chronik Build 51736: arc lint + arc unit
Event Timeline
Comment Actions
You're missing tests for explicit BURN on both SLP and ALP
chronik/chronik-db/src/io/token/batch.rs | ||
---|---|---|
102 | that's neat ! | |
110 | Please comment that GENESIS is guaranteed to be at first position and this is checked during the coloring step | |
346 | nit: you can avoid the flag variable | |
chronik/chronik-db/src/io/token/io.rs | ||
118 | that's unusual | |
chronik/chronik-db/src/io/token/tests/mock.rs | ||
1 | missing copyright |
Comment Actions
update copyrights to 2024, add BURN tests and add a comment about GENESIS for has_any_genesis