Skip to content

Verify consensus message sender against extensible whitelist #240

@AnnaShaleva

Description

@AnnaShaleva

Expected behaviour

Consensus message sender should be verified against the whitelist of extensible payload senders. This list should be constructed based on the validators from Governance contract and should exclude Policy's black listed addresses.

Actual behaviour

No verification present:

func (l *ledger) IsAddressAllowed(addr common.Address) bool {
// Call governance contract here.
return true
}

Metadata

Metadata

Assignees

Labels

P2PNetwork-related or P2P protocol-related issuesenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions