neo-one
neo-one copied to clipboard
The One for easy, fast, & fun NEO app development.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@angular/core](https://redirect.github.com/angular/angular) ([source](https://redirect.github.com/angular/angular/tree/HEAD/packages/core)) | [`^8.2.7` ->...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [immer](https://togithub.com/immerjs/immer) | [`^5.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/immer/5.3.6/9.0.19) | [](https://docs.renovatebot.com/merge-confidence/)...
Currently you can set the max network and system fees so you don't unnecessarily burn through your GAS, but we should also add ability to set what extra fees you...
### Description We removed OpenCensus due to lack of bandwidth to handle memory errors apparently being produced by OpenCensus. We saw this in NEO Tracker. See where we removed it...
They removed iterators except for storage iterators from VM. We used those iterators extensively in our compiler. So I created `CreateMapIteratorHelper` to turn map stack items into storage iterators so...
Especially for using the C# application engine/VM. What to install. What to run to get VM ready. How to setup a dev environment in VM for logging and such. Etc.
When looking up Nep17Transfers with the RPC method 'getnep17transfers' I noticed strange behavior when trying to get all nep 17 transfers for a certain address in between startTime and endTime....