NEAR Indexer Framework 0.10.0 release notes #4744
khorolets
started this conversation in
Node Public Interfaces
Replies: 1 comment 1 reply
-
@khorolets How big is the RAM usage reduction on testnet and mainnet? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Probably, will be included in nearcore 1.22.0
Release notes
Breaking changes
Since the change of reading genesis method to optimize memory usage. You'd be able to iterate over genesis records with
near_config.genesis.for_each_record(|record| {...})
.Nothing is changed for you if your indexer does nothing about genesis records.
Feel free to leave questions in the comments below.
Beta Was this translation helpful? Give feedback.
All reactions