You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
NEP-17 tracker code checks for Transfer events and records data from them into its storage. The problem is that in its current form it can easily catch NEP-11 event and treat it as NEP-17 event, it'll be stored and used for answering RPC requests (getnep17transfers/getnep17balances).
Expected behavior
NEP-17 tracker should only track NEP-17 events.
Describe the bug
NEP-17 tracker code checks for
Transfer
events and records data from them into its storage. The problem is that in its current form it can easily catch NEP-11 event and treat it as NEP-17 event, it'll be stored and used for answering RPC requests (getnep17transfers/getnep17balances).Expected behavior
NEP-17 tracker should only track NEP-17 events.
Potential solutions
neo-project/neo#1883
The text was updated successfully, but these errors were encountered: