v0 source pure
v0 - Unaudited: This is an initial version that has not yet been formally audited. A fully audited version will be pu...
View source
v0 - Unaudited This is an initial version of this package that has not yet been formally audited. A fully audited version will be published as a subsequent release. Use in production at your own risk.
poa
Package poa implements a Proof of Authority validator set management system with simple add/remove constraints.
v0 - Unaudited: This is an initial version that has not yet been formally audited. A fully audited version will be published as a subsequent release. Use in production at your own risk.
Package poa implements a Proof of Authority validator set management system.
1
2
2
type Option
functype PoA
structPoA specifies the Proof of Authority validator set, with simple add / remove constraints.
To add: - proposed validator must not be part of the set already - proposed validator voting power must be > 0
To remove: - proposed validator must be part of the set already