Skip to content

Releases: near/near-indexer-for-explorer

0.12.1

08 Mar 12:42
268b48b
Compare
Choose a tag to compare
  • Add support of Meta Transactions and upgrade near-indexer-primitives to 0.16.0
  • Add new columns to transaction_actions and action_receipt_actions for supporting Meta Transactions (as usual, read the migration before applying if your DB is not empty)
  • Add betanet support
  • Change start-from-interruption logic: we fail early (instead of track latest) if something goes wrong

0.11.0

15 Feb 13:23
df51b2f
Compare
Choose a tag to compare
  • Migrate to NEAR Lake Framework, indexer-explorer no longer runs a NEAR node and instead consumes block from near-lake-indexer.
  • Stop tracking the data for account_changes and assets__fungible_token_events. See more details in the discussion

Breaking Changes

  • Storing genesis file is no longer possible (#327)
  • Command line arguments for starting the indexer have changed slightly, see Readme for updated reference
  • AWS credentials are now required for reading data from S3
  • Tracking tables account_changes and assets__fungible_token_events require enabling feature flags.

0.10.31

13 Oct 07:57
32920ef
Compare
Choose a tag to compare

0.10.30

06 Oct 19:36
162cfd4
Compare
Choose a tag to compare

0.10.29

30 Sep 09:21
e6974ea
Compare
Choose a tag to compare
  • Fixed circulating supply computation given that the args are not base64-encoded anymore (was broken since 0.10.22 release)

0.10.28

26 Sep 20:11
f720c79
Compare
Choose a tag to compare
  • Fixed function args extraction (args->args_json) for actions (action_receipt_actions and transaction_actions tables). This bug affected all the records since 0.10.22 release. Consider removing and re-indexing all the records from the time you deployed 0.10.22+ release. See further details in #313

0.10.27

26 Sep 20:10
Compare
Choose a tag to compare
  • Upgrade Indexer Framework to be based on nearcore version 1.29.0
  • (MIGRATION REQUIRED) Add new complex index on action_receipt_actions (block_timestamp + index_in_actions) that is used for strict ordering

0.10.26

16 Sep 10:38
10f855d
Compare
Choose a tag to compare
  • Upgrade nearcore to 1.29.0-rc.3

0.10.25

13 Sep 16:20
b44642a
Compare
Choose a tag to compare
  • Update serializer to encode args_base64 since nearcore is no more encoding args in FunctionCall Actions (fix of #305)

0.10.24

09 Sep 14:05
d653947
Compare
Choose a tag to compare
  • Upgrade nearcore to 1.29.0-rc.2 (according to nearcore release notes, it will require 3GB more RAM than before)