nspcc-dev / neofs-contract

NeoFS smart-contract
GNU General Public License v3.0
10 stars 17 forks source link

Refactor notifications emitted by balance contract #318

Closed AnnaShaleva closed 1 year ago

AnnaShaleva commented 1 year ago

Notifications Mint and Burn can be removed from the contract code as there's no users of it and (if needed) minting\burning can easily be tracked from the Transfer notifications with nil sender\receiver correspondingly.

Ref. #304.

roman-khimov commented 1 year ago

Are they used right now by any node code?

AnnaShaleva commented 1 year ago

there's no users of it

I didn't find the users in the neofs-node, so I think these notifications are completely unused now.