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

If a method is marked as safe can it call `runtime.notify`? If not then we may not be able to mark ANY method as safe, since any method could potentially...

priority/important-soon
area/client
area/compiler
area/documentation
kind/cleanup

Map stack items now have a max key size. We need to make sure that anywhere that we set key-value pairs in map stack items the key has to be...

kind/bug
good first issue
priority/important-soon
area/compiler
kind/cleanup

I removed all the `Account` APIs because I thought accounts were no longer a thing in N3. But you can still call `GetAccountState` on the NEOToken native contract, which returns...

kind/feature
area/compiler
priority/critical-urgent

I believe we used to call Hash160 "Address" to be clearer and simpler for the user. It's one less thing for a user to remember that a hash-160 in Neo...

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

The flow for forming a transaction to publish a contract and return the relevant information is quite messy.

area/cli
area/client
kind/cleanup
priority/important-longterm

The logic for extracting debug info from the compiler output is duplicated in the CLI and the Compiler. We should abstract that logic into a function or class and put...

area/cli
area/client
area/compiler
kind/cleanup
priority/important-longterm

- [ ] New generate command in the CLI (master and master-2.x branches) - [ ] New `--typescript` flag option in the CLI (master and master-2.x branches) - [ ]...

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

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

The smart contract's upgrade method should now take just two arguments: a script and a serialize manifest. See `InvokeSmartContractHelper.ts`. Make sure to update docs and tests.

priority/important-soon
area/compiler
kind/cleanup

Is it needed anymore? How to implement in contracts?

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