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 26074 Build 51721: Build Diff chronik-client-integration-tests · build-chronik Build 51720: 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 ↗ | (On Diff #43800) | that's neat ! |
110 ↗ | (On Diff #43800) | Please comment that GENESIS is guaranteed to be at first position and this is checked during the coloring step |
346 ↗ | (On Diff #43800) | nit: you can avoid the flag variable |
chronik/chronik-db/src/io/token/io.rs | ||
118 ↗ | (On Diff #43800) | that's unusual |
chronik/chronik-db/src/io/token/tests/mock.rs | ||
1 ↗ | (On Diff #43800) | missing copyright |
Comment Actions
update copyrights to 2024, add BURN tests and add a comment about GENESIS for has_any_genesis