Spencer Corwin

Results 83 issues of Spencer Corwin

- [ ] New generate command in the CLI (master and master-2.x branches) - [ ] New `--typescript` flag option in the CLI (master and master-2.x branches) - [ ]...

good first issue
area/cli
area/compiler
kind/test
kind/cleanup
priority/important-longterm

area/compiler
area/documentation
kind/cleanup
priority/important-longterm

The smart contract's upgrade method should now take just two arguments: a script and a serialize manifest. See `InvokeSmartContractHelper.ts`. Make sure to update docs and tests.

priority/important-soon
area/compiler
kind/cleanup

Is it needed anymore? How to implement in contracts?

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

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...

priority/awaiting-more-evidence
area/compiler
kind/cleanup

- Test these with NEO•ONE node/private net when appropriate - Make a transaction to send all funds to the private net address from the multi-sig address - Try sending transaction...

area/node
kind/test
priority/important-longterm

Right now you can get the `nef` property of a contract in smart contracts, but it comes out as a buffer. It's possible we could parse the buffer and provide...

kind/feature
good first issue
priority/backlog
area/compiler

The NeoVM no longer allows negative shifts. I'm sure there's a creative way to still implement negative shifts in our compiler though. Look at `BinaryExpressionCompiler`

kind/feature
priority/backlog
area/compiler

As of Preview3 update. Most of these are failing due to test setup problems that haven't been looked at yet and not necessarily because the compiler isn't working: - [...

priority/important-soon
area/compiler
kind/test

Smart contract developers need to be able to access these services in their contracts. Make sure to add test coverage and documentation.

kind/feature
priority/important-soon
area/compiler