Oasis Indexer 0.0.12
What's Changed
Notice
A breaking (not fast forward) DB migration is introduced. We recommend a DB wipe.
Features
- EVM token balances analyzer by @pro-wh in #332
{runtime}/status
: Endpoint for current number of compute nodes by @ptrus in #354- api: Add runtime and Consensus transaction failure details by @aefhm in #347
Fixes
- Minor fixes: improve db ergonomics, e2e testing by @mitjat in #342
- bugfix: reorder paginated queries by @Andrew7234 in #348
- EVM: handle deterministic errors for mutated token by @pro-wh in #346
- analyzer: remove concurrency in runtime analyzer by @Andrew7234 in #340
Internal
- refactor: Remove QueryFactory by @mitjat in #343
- db: schema
oasis_3
->chain
by @mitjat in #341 - migrate to pgx v5 by @mitjat in #349
- build(deps): bump golang.org/x/net from 0.2.0 to 0.7.0 by @dependabot in #331
- config: add sapphire analyzer to samples by @pro-wh in #355
New Contributors
- @dependabot made their first contribution in #331
Full Changelog: v0.0.11...v0.0.12