v0.1.2
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
whenwith_balance
set totrue
:
{
...,
"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
- Introduce global RPC class storage by @FabijanC in #499
- rename to eth and strk by @mikiw in #522
- Use https instead of http by @mikiw in #524
- Update cargo, pip, npm dependencies by @FabijanC in #516
- Release 0.1.2 by @FabijanC in #525
Full Changelog: v0.1.1...v0.1.2