Fixes
- docker image cannot run without cmd line args (#345)
- stored event address is using transaction address (#346)
- Unfortunately this means all event addresses are incorrect; a migration to fix this form part of the next release
- RPC call method using
latest
uses sequencer (#348)- This now correctly executes against the node's local storage
Internal changes
- chore: upgrade regex dependency to resolve CVE (#344)
- A look into our usage reveals this CVE does not impact us; but still good to upgrade regardless. See here for more information on the CVE.
- chore: improve depedency resolution for jsonrpc (#343)
Full Changelog: v0.2.0-alpha...v0.2.1-alpha