Skip to content

v3.9.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@bhazzard bhazzard released this 29 Apr 20:14
· 8 commits to release/3.9 since this release
46acd84

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’s account_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 in nodeos memory.


What's Changed

Contributors

Full Changelog: v3.8.0...v3.9.0-rc1