neo-one
neo-one copied to clipboard
The One for easy, fast, & fun NEO app development.
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...
# 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()`...
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...
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...
Link to our YouTube channel on our NEO•ONE website (and possibly NT too).
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...
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.
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...
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...