Spencer Corwin

Results 83 issues of Spencer Corwin

Cypress tests aren't passing on 2.x branch. They should work/pass. It's important that this passes on every CI check to maintain high quality on 2.x branch.

priority/backlog
kind/test
2.x

We removed the NEO Tracker instance from the build command while developing. Eventually want to add this back. And add back `neo-one neotracker start`

priority/backlog
area/cli

These are failing. I don't know the reason but it's a simple fix. I believe neotracker isn't starting because it's not a dependency of NEO•ONE anymore. But I could be...

priority/backlog
area/cli
kind/test
2.x

The Quick Start guide could be made even more user friendly if we had a repo they could clone and start from. Kind of like the Playground but simpler. Although...

kind/feature
good first issue
priority/awaiting-more-evidence
area/documentation

Every manifest has the ability to include a property called "extra" which is an arbitrary user-defined JSON object. We should probably just add the ability to add an optional "extra"...

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

We have a lot of errors that aren't implemented correctly. They are simple `new Error()`. But they can and should provide more information and be errors with code. See `makeErrorWithCode`...

good first issue
priority/backlog
kind/cleanup

Some of this may already be possible but not documented. Make sure to add test coverage and documentation for any new CLI features.

kind/feature
good first issue
priority/awaiting-more-evidence
area/cli

- Install dotnet - Install Mono?, EdgeJS?, other? (don't think so) - Set env variables: - EDGE_NATIVE - EDGE_USE_CORECLR=1 - EDGE_APP_ROOT=/Users/spencercorwin/neo-one/packages/neo-one-node-vm/lib/bin/Debug/netcoreapp3.0 - PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig - Install `pkg-config`? `brew install pkg-config` -...

area/documentation
kind/cleanup
priority/important-longterm

See environment setup docs for details on editor setup.

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

`updateCounter` and `id` are nullable in the C# code. But not in our TS code since this would cause various type errors. Should we make them optional/nullable? Or should we...

priority/backlog
area/node
area/client
kind/cleanup