Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@FabijanC FabijanC released this 01 Jul 14:02
· 48 commits to main since this release
ff9ba95

Usage related changes

  • --state-archive-capacity full using less memory
    • Used to be a quadratic growth with each new transaction; now significantly reduced
  • Fix response of getPredeployedAccounts when with_balance set to true:
{
    ...,
    "balance": {
        "wei": { "amount":  "1", "unit": "WEI" },
        "fri": { "amount":  "1", "unit": "FRI" }
    }
}
{
    ...,
    "balance": {
        "eth":  { "amount":  "1", "unit": "WEI" },
        "strk": { "amount":  "1", "unit": "FRI" }
    }
}

Development related changes

  • Update dependencies
  • Fix https forking test
  • Refactor class storage

Merged PRs

Full Changelog: v0.1.1...v0.1.2