Skip to content

Releases: near/near-indexer-for-explorer

0.6.3

10 May 12:59
26c1c8e
Compare
Choose a tag to compare
  • Denormalize table action_receipt_actions in order to speed up some queries by avoid additional joins
  • Extend extract_action_type_and_value_from_action_view function to try to parse base64 encoded args as a JSON object to put them decoded in the function call args action_receipt_actions.args additionally

0.6.2

07 May 11:58
178d352
Compare
Choose a tag to compare

nearcore dependencies use commit from version 1.19.0-rc.2

Previous release candidate had issue in the runtime which caused some bugs. In RC2 that change was reverter.

0.6.1

03 May 12:48
d65160c
Compare
Choose a tag to compare
  • Upgrade nearcore dependency to support protocol version 45

0.6.0

27 Apr 12:21
76edd0c
Compare
Choose a tag to compare
  • Upgrade nearcore to get NEAR Indexer Framework 0.9.0
  • Corresponding changes into adapters according to changes in StreamerMessage structure
  • NEAR Indexer for Explorer now uses stable Rust (rust-toolchain has been updated accordingly)

v0.4.0

18 Mar 20:57
de02eed
Compare
Choose a tag to compare
  • Update nearcore dependency to include the latest protocol version
  • Update underlying dependencies to correspond nearcore

The way of starting actix runtime has changes