Skip to content

Oasis Indexer 0.0.13

Compare
Choose a tag to compare
@aefhm aefhm released this 03 Apr 22:07
· 1364 commits to main since this release
3c116a9

What's Changed

Notice

A breaking (not fast forward) DB migration is introduced. We recommend a DB wipe.

Features

  • analyzer/consensus: Full Cobalt support. Internal types for node responses. by @mitjat in #356
  • Support for pre-Damask runtime rounds by @mitjat in #362

Fixes

  • bugfix: analyzer: evm events: Represent big int values as string, not float by @mitjat in #359
  • Fix typo in comments by @csillag in #364
  • bugfix: Ignore entities with no address by @mitjat in #366
  • api: Fix runtime accounts query by @aefhm in #372
  • bugfix: Make entities.address NOT NULL by @mitjat in #371
  • add index for runtime rel tx queries by @Andrew7234 in #369

Internal

  • sql: reuse queries. update->upsert. by @mitjat in #351
  • config: add comment about sapphire start round by @pro-wh in #357
  • analyzer/runtime: Refactor: Separate download, extract, sqlize steps by @mitjat in #358
  • add upserts to genesis analyzer; some cleanup by @Andrew7234 in #353
  • statecheck: Do not use indexer-internal APIs for node access by @mitjat in #361
  • refactor: analyzer/runtime: Store a more-parsed tx in the db by @mitjat in #368

New Contributors

Full Changelog: v0.0.12...v0.0.13