nspcc-dev / neo-go

Go Node and SDK for the Neo blockchain
MIT License
123 stars 79 forks source link

Designation event extension #3549

Open roman-khimov opened 3 months ago

roman-khimov commented 3 months ago

Is your feature request related to a problem? Please describe.

I'm always frustrated when we don't have protocol parity with C# node. https://github.com/neo-project/neo/pull/3397 has implemented an event extension.

Describe the solution you'd like

Port it to NeoGo.

AnnaShaleva commented 3 months ago

We can implement it, but just a note: this change was not merged into neo-project master.

roman-khimov commented 3 months ago

I know, but it's a technical detail mostly now. Looks like we'll have some gigantic hf_echidna branch (like a dev branch) that will then be merged without any additional changes.

AnnaShaleva commented 3 months ago

Depends on https://github.com/nspcc-dev/neo-go/pull/3554.