Spencer Corwin
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...
### 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...
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...
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.
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....
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`
- 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) -...