neo-one icon indicating copy to clipboard operation
neo-one copied to clipboard

The One for easy, fast, & fun NEO app development.

Results 101 neo-one issues
Sort by recently updated
recently updated
newest added

While our old handling of `@receive` was specific to UTXO asset receiving we still need to implement the new equivalent. Here is a demo of what that looks like: https://github.com/neo-project/neo-devpack-dotnet/blob/4f6e384220a0e00e2171784d95896d6d2f048900/templates/Template.NEP5.CSharp/NEP5.Crowdsale.cs#L28...

area/client
area/compiler
priority/critical-urgent

# Description generated createClient does not wait for accounts to be created. ### Steps to Reproduce 1. in a neo-one project, run `yarn neo-one build` 2. `const client = createClient()`...

kind/bug
area/cli
priority/important-longterm

kind/feature
priority/backlog
area/compiler

Since several commits made to the C# node seem environment specific and won't affect us I will break them out of the preview4 epics but still track them here in...

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

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

After working on #2096 its become apparent to me that our transaction flow for creating, signing, verifying, and sending is decently difficult to follow and debug. Whether that is because...

priority/important-soon
area/client
kind/cleanup