Skip to content

v0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexeiZamyatin alexeiZamyatin released this 06 Apr 17:37
· 3783 commits to master since this release
  • btc-relay
    • Functionality:
      • Storage and verification of block headers
      • Handling of forks
      • Verification of transaction inclusion proofs
      • Validation of transactions according to accepted format in XCLAIM (see
    • Test coverage*: 96.25%
  • bitcoin
    • Functionality:
      • types.rs: BTC-Relay / Bitcoin data model
      • parser.rs: Parsing Bitcoin block headers and transactions
      • merkle.rs: Verification of Merkle Proofs
      • utils.rs: Bitcoin-specific util functions
    • Test coverage*: 83.74%
  • btc-core
    • Functionality:
      • Unified handling across all components