AntelopeIO / reference-contracts

Other
10 stars 14 forks source link

IF: Add setfinalizer action to eosio.bios #33

Closed linh2931 closed 10 months ago

linh2931 commented 10 months ago

Add setfinalizer action to bios contract to set a new finalizer policy. For each public key, a proof of possession of private key are validated.

Extensive tests are included.

Resolves https://github.com/AntelopeIO/reference-contracts/issues/26

Change Description

Deployment Changes

API Changes

Documentation Additions