Skip to content

Oasis Indexer 0.1.1

Compare
Choose a tag to compare
@pro-wh pro-wh released this 12 Jun 23:32
· 1134 commits to main since this release
5406b19

What's Changed

Breaking changes

This release introduces breaking changes to the DB. Wipe it, or reconstruct a migration by looking at git diff v0.1.0..v0.1.1 storage/migrations.

New features

Machinery for upcoming contract verification:

Performance improvements:

  • analyzer: runtime_events evm-tx hash query optimisation by @ptrus in #443

Code quality improvements:

Fixes

  • evm_tokens: fix potential nil-pointer dereference by @ptrus in #430
  • storage: add genesis document chain context parameter by @pro-wh in #433
  • tests: don't run tests concurrently by @ptrus in #438
  • cmd: let 'from' height choose genesis doc by @pro-wh in #434
  • runtime: error message does not need to be a valid utf-8 by @ptrus in #440
  • evmtokens: check for nil EVMTokenMutableData by @pro-wh in #441

Full Changelog: v0.1.0...v0.1.1