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

We can now add a square root API to our smart contract compiler with the new `SQRT` OpCode. I don't know exactly what it would look like though. Maybe not...

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

### Description of the Change I've added double quotes to the 'mkdir' command on the command-line.json file. Now it works on Windows. ### Test Plan I've run the command `rush...

Look at `AssetDescriptor.cs`. What is it used for? Do we need it? Implement it. Add documentation and tests.

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

If a contract's deploy method (the constructor) has any required arguments then the `build` command won't work because it doesn't accept any arguments from the user like the `deploy` command...

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

React Static (https://github.com/react-static/react-static) is hardly maintained anymore and causes all sorts of headaches when trying to maintain/update/build our website. GatsbyJS could be a viable replacement. I have no idea how...

priority/awaiting-more-evidence
area/website

There's nowhere on the N3 website that indicates those docs are for N3. We should make it clear that the website is for N3.

good first issue
area/documentation
area/website
priority/critical-urgent

kind/feature
good first issue
area/documentation
area/website
priority/critical-urgent

We currently advice in docs and examples and mixins to use the `currentNEOTransfers` API to see when NEO has been sent to a contract. But there's a fatal flaw where...

area/compiler
area/documentation
kind/cleanup
priority/critical-urgent

### Description It would be great if there was a readonly DEAD_WALLET variable. ### Steps to Reproduce If there was a DEAD_WALLET variable, we could use it as null Address....

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

Currently users can do this with our linked smart contract API but we could make native contract calls way more user friendly be exposing them directly with something like `Native.Ledger.getBlockHash()`....

kind/feature
area/compiler
kind/cleanup
priority/important-longterm