Release highlights
- Fixes bug causing value sent to a contract created on a forked chain to not persist.
- Adds boolean
allowUnlimitedContractSizeoption, which allows a contract to be created regardless of size limits. - Fixes bug causing incorrect balances on accounts from the parent chain when using the forking feature.
- Fixes filter.address to work with a single value or an array, in compliance with the JSON RPC wiki.
- Fixes
sendmethod inProviderto throw when no callback is specified.