Skip to content

Releases: eigerco/beerus

v0.6.1

14 Oct 17:34
fd92119
Compare
Choose a tag to compare
release: 0.6.1

v0.6.0

03 Oct 08:32
671a3c9
Compare
Choose a tag to compare
  • Full WebAssembly support 💪🏻
  • Configuration improvement ⚙️
    • drop JSON, keep only TOML
    • drop network configuration
    • network is inferred and validated based on RPC URLs
  • Test improvements ⌨️
    • mock tests against embedded Katana instance
    • class declaration
    • account deployment

v0.5.1

29 Aug 11:45
Compare
Choose a tag to compare
  • OpenRPC spec 0.7.1
  • Upgraded Starknet libraries to the latest available versions

v0.5.0

18 Jun 11:15
Compare
Choose a tag to compare

Brand new Beerus:

  • RPC codegen
    • server trait
    • async client
    • blocking client
  • Stateless Execution
    • blockifier
    • state proof validation
  • Housekeeping
    • remove deprecated code
    • remove redundant CI jobs
    • provide convenient testkit