Skip to content

Releases: near/near-indexer-for-explorer

0.10.4-rc.1

30 Nov 09:16
7bd9d9e
Compare
Choose a tag to compare
0.10.4-rc.1 Pre-release
Pre-release
  • Upgrade nearcore to 1.23.0-rc.1

0.10.3

16 Nov 07:35
f459ca7
Compare
Choose a tag to compare
  • Upgrade nearcore to 1.22.0
  • Add NFT events support: assets__non_fungible_token_events table stores the information about NFT mint, transfer, burn events

0.10.3-rc.2

08 Nov 09:09
27f1c93
Compare
Choose a tag to compare
0.10.3-rc.2 Pre-release
Pre-release
  • Upgrade nearcore to 1.22.0-rc.4
  • Add NFT events support: assets__non_fungible_token_events table stores the information about NFT mint, transfer, burn events

0.10.3-rc.1

22 Oct 12:21
Compare
Choose a tag to compare
0.10.3-rc.1 Pre-release
Pre-release
  • Upgrade nearcore to 1.22.0 + patches (yet unclear if it'll be 1.22.1 or 1.22.0.rc3)

0.10.2

19 Oct 17:30
1d5ea79
Compare
Choose a tag to compare
  • Upgrade nearcore to 1.22.0 (rc2)

0.10.2-rc.1

15 Oct 05:45
Compare
Choose a tag to compare
0.10.2-rc.1 Pre-release
Pre-release
  • Refactored retry logic
  • Testing upgradability to nearcore 1.22.0

0.10.1

13 Sep 11:19
561d389
Compare
Choose a tag to compare
  • Upgrade nearcore to 1.21.1

0.10.0

09 Sep 12:03
6d896fa
Compare
Choose a tag to compare
  • Dropped --allow-missing-relations-in-first-blocks flag completely
  • Add the flag --non-strict-mode which:
    • changes retry attempts on Receipts from 10 to 4
    • stops saving account_changes completely as it is impossible to save in case of missing of related Receipts
  • Add the flag --stop-after-number-of-blocks N which namely stops the indexer after processing N blocks

0.9.3

06 Sep 14:43
4381616
Compare
Choose a tag to compare

0.9.3

  • Escape args_json on the fly to avoid null-byte issues
  • Upgrade to NEAR Indexer Framework 0.10.0
  • Refactor the storing Accounts and AccessKeys from genesis to optimize memory usage
  • Improve logging to better understand what Indexer for Explorer is doing at the start

0.9.2 (hotfix)

01 Sep 15:30
b3037f5
Compare
Choose a tag to compare

0.9.2 (hotfix)

  • Change receiver_id field type to String to be compatible with nearcore AccessKeyPermissionView struct (it caused problems during AccessKey serialization)