Spencer Corwin
Spencer Corwin
### Description We still need to run `rush prune-node-modules` and `rush link-root` before building the website for it to work properly (in dev and prod mode both). We should be...
### Description Webpack's compiling of the `testRunner` for the website will *sometimes* produce something that doesn't work ### Steps to Reproduce 1. Compile the website with `yarn website:compile:all:local` 2. In...
### Description This would make it easier for us to test NEP17 token transfers and other NEP17-related features on NEO Tracker without needing to deploy to a live cluster. I...
### Description After NEO•ONE is fully compatible with Neo 3.0 we will need to update the courses to either use the C# node somehow in the browser or make it...
### Description See #2007 for more info.
### Description Our compiler emits too much bytecode. Optimize it.
### Description Unpin and update `pouchdb` dependency. We use this for the filesystem in the neo-one website. As of commit `0b2422d`, where we did a huge dependency update, the website...
### Description Simulate random transactions/users on your contract. Look into how Truffle does this.