neo-one icon indicating copy to clipboard operation
neo-one copied to clipboard

Removed unused helpers and builtins from compiler

Open spencercorwin opened this issue 3 years ago • 2 comments

For example: UnusedMapGetHelper.ts, UnusedMapHasKeyHelper.ts, UnusedMapSetHelper.ts, UnusedMapDeleteHelper.ts

These four were created when contemplating how to keep our runtime type info and object value info in map stack items once they changed the VM to only allow primitive stack items to serve as map stack item keys.

spencercorwin avatar Jun 16 '21 20:06 spencercorwin

Can remove CoerceToIntHelper too

spencercorwin avatar Jun 16 '21 20:06 spencercorwin

Can probably remove processedTransactions and claimedTransaction helpers.

spencercorwin avatar Jun 17 '21 01:06 spencercorwin