v1.0.0
What's Changed
- Run without coa account by @zhangchiqing in #667
- Remove transactions mutex by @janezpodhostnik in #668
- Handle ingestion of missing
EVM.BlockExecuted
event in backfill process by @m-Peter in #664 - Add debug_flowHeight API endpoint by @janezpodhostnik in #669
- Use offchain package to create block context by @janezpodhostnik in #670
- Update flow-go by @janezpodhostnik in #673
- Use a constant backoff retry strategy for retrieving the Flow transaction result by @m-Peter in #672
- Cleanup run cmd by @janezpodhostnik in #675
- Fix closing channel twice by @janezpodhostnik in #680
- Close the AN clients on shutdown by @janezpodhostnik in #678
- Fix race for
startingBlock
field ofeth_syncing
endpoint by @m-Peter in #679 - Remove transaction for COA resource creation by @m-Peter in #674
- Improve gas estimation logic for
eth_estimateGas
by @m-Peter in #671 - Revert "Improve gas estimation logic for
eth_estimateGas
" by @peterargue in #687 - Use instance of config instead of reference by @janezpodhostnik in #689
- Fix logical error in
eth_estimateGas
endpoint by @m-Peter in #690 - Extract EVM state by @zhangchiqing in #683
- Return empty
Logs
array when block is empty by @m-Peter in #697 - Use proper variable in E2E test file for logs filtering by @m-Peter in #698
- Docker updates to build and run by @franklywatson in #696
- Local state transaction re-execution by @m-Peter in #712
New Contributors
- @zhangchiqing made their first contribution in #667
Full Changelog: v0.37.1...v1.0.0