Spencer Corwin

Results 83 issues of Spencer Corwin

In the past we've had issues where users report that their transaction is in the mempool seemingly forever. We have to restart the nodes in order to clear the mempool...

kind/bug
priority/awaiting-more-evidence
area/node
area/client
2.x

In the Neo repo you'll see that they serialize and deserialize the manifest in an odd way. So I had to create special manifest methods called `serializeWireBaseForNeo` and `serializeWireForNeo`. And...

priority/awaiting-more-evidence
area/node
area/client
kind/cleanup

https://github.com/neo-project/neo/pull/2024

priority/important-soon
area/compiler

The contract manifest definition includes a field called "trusts" which is not checked by the Preview3 ApplicationEngine, so for Neo3-Preview3 the NEO•ONE compiler can just set `trusts` to be a...

priority/important-soon
area/compiler
kind/cleanup

kind/feature
priority/backlog
area/compiler

Until recently we supported JS semantics for when using an object/array as a key in a map and entry in a set. The same object assigned to two different variables...

area/compiler
kind/cleanup
priority/important-longterm

Link to our YouTube channel on our NEO•ONE website (and possibly NT too).

kind/feature
good first issue
area/website
priority/important-longterm

We should have a page on our website that links to news articles and videos that mention or demonstrate NEO•ONE (and maybe NT too). For example: https://neonewstoday.com/development/introducing-neo-one-a-new-all-in-one-dapp-development-suite/ https://neonewstoday.com/events/ngd-seattle-coz-and-neo-one-to-participate-in-reimagine-2020-virtual-conference/ We can...

kind/feature
good first issue
area/website
priority/important-longterm

When the docs navigation bar is fully expanded and overflows the viewport you can't scroll within the var bar to see below. Make this change to 2.x branch as well.

good first issue
priority/backlog
area/website
kind/cleanup

CALL opcode isn't implemented correctly in our Neo2 VM implementation. In the C# VM the alt stack is not copied over to the new execution context when the CALL instruction...

priority/important-soon
area/node
area/compiler
2.x