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

### Description of the Change Fixes #2490 ### Test Plan None. ### Alternate Designs Should look into how to get React to accept this token. This fix is a quick...

When building a react application and running `yarn start` the user will get this error: Removing the optional chain fixes this.

kind/bug
priority/important-soon
area/client
2.x

area/cli
area/client
area/compiler
kind/cleanup
priority/critical-urgent

Like `JSON.stringify()` and others.

kind/feature
priority/backlog
area/compiler

area/client
kind/cleanup
priority/important-longterm

See `contract.test.ts`

priority/important-soon
area/compiler
kind/cleanup

kind/bug
priority/important-soon
area/node
kind/cleanup

Some changes to the VM now limit how large the items can be that a user `console.log`s. I'm not sure where this limit is hit. Probably look at `GenericLogSerializeHelper` and...

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

It looks like every deployed contract must have a "verify" method with a `pcount` of -1 and returns a boolean value.

priority/important-soon
area/compiler
kind/cleanup