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
Node Runners need to update their configurations to enable some of the new featuers
Configurations - Mempool for Block Size
In order to enable larger block sizes, the mempool also needs to double to account for that capacity. Therefore, node runners are asked to double their mempool configs.
-**"client_session_sync_allowance"**: The +/- allowance in amount of sessions for a relay request \(mechanism to allow for servicing stale sessions for whenever session height changes.)
It is an optional configuration, defaulting to 1, that can be set in the pocket_config section of the config.json file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
RC 0.10.0
References & Links
Adoption Instruction
Node Runners need to update their configurations to enable some of the new featuers
Configurations - Mempool for Block Size
In order to enable larger block sizes, the mempool also needs to double to account for that capacity. Therefore, node runners are asked to double their mempool configs.
For example, if it was previously
The new suggested configurations are:
Configurations - Session Rollover
client_session_sync_allowance was added with the following description:
It is an optional configuration, defaulting to 1, that can be set in the
pocket_config
section of theconfig.json
file.Pocket Core Docker Image
pkgs/container/pocket-v0
GeoMesh Docker Image
TODO: Add GeoMesh Docker Image
Major Changes & Key Contributors
Infrastructure Support & Maintenance (TestNet & MainNet) by @StevenMartinez94 @aqt01 @byoung0589
Full Change List
pocket nodes
by @Olshansk in [Document] Improve documentation forpocket nodes
#1521TestApplication_CalculateAppRelays
test by @Olshansk in Update theTestApplication_CalculateAppRelays
test #1537NewSession
by @msmania in Pass a correct session end height toNewSession
#1545New Contributors
Full Changelog: RC-0.9.2...RC-0.10.0
This discussion was created from the release RC-0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions