neo-one
neo-one copied to clipboard
The One for easy, fast, & fun NEO app development.
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...
- 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...
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...
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`
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: - [...
Smart contract developers need to be able to access these services in their contracts. Make sure to add test coverage and documentation.
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.
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`
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...
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...