neo-project / neo

NEO Smart Economy
MIT License
3.47k stars 1.03k forks source link

public UpdateExtensibleWitnessWhiteList and verify method in ExtensiblePayload #2322

Closed cloud8little closed 3 years ago

cloud8little commented 3 years ago

https://github.com/neo-project/neo/blob/6cb8cc951ee22415a531fca7811f76c3966771f7/src/neo/Ledger/Blockchain.cs#L384-L406

https://github.com/neo-project/neo/blob/6cb8cc951ee22415a531fca7811f76c3966771f7/src/neo/Network/P2P/Payloads/ExtensiblePayload.cs#L93-L101

as required for https://github.com/neo-project/neo-modules/pull/517 used by DBFT plugin.

cloud8little commented 3 years ago

@shargon @erikzhang