Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@fedekunze fedekunze released this 07 Oct 13:34
· 4 commits to release/v0.7.x since this release
de83c87

v0.7.0 - 2021-10-07

API Breaking

  • (rpc) tharsis#400 Restructure JSON-RPC directory and rename server config

Improvements

Bug Fixes

  • (rpc) tharsis#642 Fix eth_getLogs when string is specified in filter's from or to fields
  • (evm) tharsis#616 Fix halt on deeply nested stack of cache context. Stack is now flattened before iterating over the tx logs.
  • (rpc, evm) tharsis#614 Use JSON for (un)marshaling tx Logs from events.
  • (rpc) tharsis#611 Fix panic on JSON-RPC when querying for an invalid block height.
  • (cmd) tharsis#483 Use config values on genesis accounts.

Full Diff: v0.6.0...v0.7.0