Skip to content

Releases: near/near-indexer-for-explorer

0.9.1 nearcore 1.21.0.rc1(2)

18 Aug 15:38
5702b5a
Compare
Choose a tag to compare
  • nearcore 1.21.0.rc1(2)

0.9.0 (nearcore 1.21.0-rc.1)

16 Aug 13:18
b238d3b
Compare
Choose a tag to compare
  • Upgrade nearcore to 1.21.0

Breaking changes

  • init command has changed according to changes in nearcore:
    • download argument has been replaced with download_config and download_genesis
    • boot_nodes argument was added
    • download_config_url was added
  • AccountId from near-primitives was replaced with separate crate near-account-id and it is no longer an alias for String
    • All the fields related to an account id have type near_account_id::AccountId

0.8.0

12 Aug 10:33
46d245a
Compare
Choose a tag to compare
  • Background calculation of circulating supply and storing it to DB
  • Improvements on some tables (add indexes, simplify sorting etc.)

0.7.1

14 Jul 08:42
441b0ab
Compare
Choose a tag to compare
  • nearcore 1.20.0.rc.2 compatible

0.7.0

05 Jul 09:57
b2a2421
Compare
Choose a tag to compare
  • Handle null-bytes in AddKey actions
  • Update nearcore version to 1.20.0

Breaking change

init_configs function from nearcore has been extended with additional optional parameter max_gas_burnt_view. We've extended NEAR Indexer for Explorer InitConfigArgs

0.6.9

17 Jun 18:00
d8b73c4
Compare
Choose a tag to compare
  • Add --concurrency parameter

0.6.8

17 Jun 13:20
86d4ffb
Compare
Choose a tag to compare
  • NEAR Indexer Framework 0.9.2
  • Update some dependencies
  • Should be compatible with nearcore 1.20.0

0.6.6

26 May 19:49
9296a66
Compare
Choose a tag to compare
  • Upgrade nearcore to 1.19.1 (hotfix)

0.6.5

25 May 10:09
c9974d7
Compare
Choose a tag to compare
  • Update NEAR Indexer Framework version to 0.9.1 (previous contained a bug with processing delayed local receipts)

0.6.4

18 May 12:16
2e7a8c4
Compare
Choose a tag to compare
  • Fix the overwriting of created_by_receipt_id for implicit accounts that may confuse users (see issue #68 for ref)

Note: 1.19.0 nearcore compatible