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
Block producers can now store on-chain the public keys that want to use to sign the new gossip_bp_peers network message, using the new actions regpeerkey and delpeerkey of eos-system-contracts.
This will add code in spring to maintain a map container (name -> public_key) which will provide this information, and which can be efficiently accessed fron the multiple threads of net_plugin.
The text was updated successfully, but these errors were encountered:
Block producers can now store on-chain the public keys that want to use to sign the new
gossip_bp_peers
network message, using the new actionsregpeerkey
anddelpeerkey
ofeos-system-contracts
.This will add code in spring to maintain a map container (
name
->public_key
) which will provide this information, and which can be efficiently accessed fron the multiple threads of net_plugin.The text was updated successfully, but these errors were encountered: