Spencer Corwin

Results 83 issues of Spencer Corwin

Currently you can set the max network and system fees so you don't unnecessarily burn through your GAS, but we should also add ability to set what extra fees you...

kind/feature
good first issue
area/client

kind/feature
area/cli
area/client
kind/cleanup

### Description We removed OpenCensus due to lack of bandwidth to handle memory errors apparently being produced by OpenCensus. We saw this in NEO Tracker. See where we removed it...

kind/cleanup
priority/important-longterm

They removed iterators except for storage iterators from VM. We used those iterators extensively in our compiler. So I created `CreateMapIteratorHelper` to turn map stack items into storage iterators so...

priority/important-soon
area/compiler
kind/cleanup

Especially for using the C# application engine/VM. What to install. What to run to get VM ready. How to setup a dev environment in VM for logging and such. Etc.

area/documentation

When looking up Nep17Transfers with the RPC method 'getnep17transfers' I noticed strange behavior when trying to get all nep 17 transfers for a certain address in between startTime and endTime....

kind/bug
priority/backlog
area/node

The available RPC server methods needs to be thoroughly tested. Probably tested by running Client API tests or by creating RPC server tests. See `createHandler.ts`

good first issue
area/node
area/client
kind/test
priority/important-longterm

- Need to make sure we’re calling contracts correctly in our client ScriptBuilder - If sticking with current hack-y version: - All method offsets are set to zero (improper) -...

area/cli
area/client
area/compiler
kind/cleanup
priority/important-longterm