Releases: near/near-indexer-for-explorer
Releases · near/near-indexer-for-explorer
0.10.4-rc.1
- Upgrade
nearcore
to 1.23.0-rc.1
0.10.3
- Upgrade
nearcore
to 1.22.0 - Add NFT events support:
assets__non_fungible_token_events
table stores the information about NFTmint
,transfer
,burn
events
0.10.3-rc.2
- Upgrade
nearcore
to 1.22.0-rc.4 - Add NFT events support:
assets__non_fungible_token_events
table stores the information about NFTmint
,transfer
,burn
events
0.10.3-rc.1
- Upgrade
nearcore
to 1.22.0 + patches (yet unclear if it'll be 1.22.1 or 1.22.0.rc3)
0.10.2
0.10.2-rc.1
- Refactored retry logic
- Testing upgradability to
nearcore
1.22.0
0.10.1
0.10.0
- 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
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)
0.9.2 (hotfix)
- Change
receiver_id
field type toString
to be compatible withnearcore
AccessKeyPermissionView
struct (it caused problems during AccessKey serialization)