v0.6.0
What's Changed
- Streaming of logs by @sideninja in #177
- Streaming of new transactions by @sideninja in #173
- E2E tests refactor by @sideninja in #186
- Streaming of new heads by @sideninja in #170
- Event ingestion refactor by @sideninja in #198
- Update supported endpoints section in README by @m-Peter in #202
- Run 'npm install' for e2e-test recipe and fail when JS test command errors out regardless of exit code by @m-Peter in #203
- Update
flow-go
to its latest version by @m-Peter in #201 - Build with
CGO_ENABLED=1
by @m-Peter in #205 - Add lint job in CI by @m-Peter in #206
- Populate the
logsBloom
field for the endpoints that return block info by @m-Peter in #210 - Return
null
to
address for contract creation by @m-Peter in #207 - Implement a more detailed sync status for
eth_syncing
by @m-Peter in #180
Full Changelog: v0.5.0...v0.6.0