v3.9.0-rc1
Pre-release
Pre-release
·
8 commits
to release/3.9
since this release
This System Contracts release candidate adds two new eosio actions—regpeerkey and delpeerkey—to support on-chain peer key management for block producers.
Actions
-
regpeerkey
Registers (or replaces) a public peer key for the calling block producer’saccount_name.- Each account may hold only one key at a time; a new call overwrites the previous key.
-
delpeerkey
Removes the registered peer key for the calling account, freeing the associated RAM and preventing stale entries innodeosmemory.
What's Changed
Contributors
Full Changelog: v3.8.0...v3.9.0-rc1