You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
Supported Nearcore Version
nearcore v2.3.0
rust v1.81.0
What's Changed
Improved bulk insertion of state_changes, reducing database requests from hundreds to a maximum of 7 per block.
Configuration improvement. Create default config.toml on start application to loaded parameters from the environment variables.
Fix to fetch state by pages (view_state_paginated).
Change logic to get shard_layout for indexers. Main idea to avoid request protocol_config via RPC, protocol_config could be changed with new nearcore release and we should support old and new versions of protocol_config.