Skip to content

v0.9.0

Choose a tag to compare

@TylerWanner TylerWanner released this 05 Sep 17:38
· 8 commits to main since this release
9ca5daf
  • Publish ./provenance/mainnet.json and ./provenance/testnet.json deployment provenance documents, generated at build time from the reviewed public deployment manifest.
  • Add verify*Transaction calldata verification for every remaining build*Transaction function (sell, graduate, claim/claimAll, approve, router buy/sell, swapExactIn, fee collection), matching the existing verifyCreateLaunchTransaction/verifyCurveBuyTransaction pattern.
  • Add Hegel property-based invariant suites for transactions, receipts, and economics, closing this package's SDK standard conformance gap for construction round trips, receipt evidence classification, and economic bounds/round-trip/monotonicity.
  • Pin one finalized Robinhood Chain mainnet receipt per verify*Receipt function in fixtures/robinhood-mainnet.json, closing the last open SDK standard conformance item for this package.

Full diff: v0.8.0...v0.9.0