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
* Integrated cargo_pkg_version metric to reflect the current server version.
@@ -22,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
57
* Improved bulk insertion of state_changes, reducing database requests from hundreds to a maximum of 7 per block.
23
58
* Configuration improvement. Create default config.toml on start application to loaded parameters from the environment variables.
24
59
* Fix to fetch state by pages (view_state_paginated).
60
+
* 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`.
0 commit comments