neo-one
neo-one copied to clipboard
The One for easy, fast, & fun NEO app development.
### 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.
Like `JSON.stringify()` and others.
See `contract.test.ts`
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...
It looks like every deployed contract must have a "verify" method with a `pcount` of -1 and returns a boolean value.