ixje
ixje
There currently are 2 docker images used. 1 for Linux and 1 for Windows. https://github.com/CityOfZion/neon-wallet/blob/714af66803f11e93dcf58f1867cb44582e1606ff/.circleci/config.yml#L4-L16 The Windows image has no tagged version other than `latest` which could become a problem...
**The experience** Having spoken to several users one reoccurring theme seems to be; not knowing when to reverse data when building scripts or supplying contract parameters. I've personally experienced this...
@snowypowers I vaguely remember you had an idea of validating contract function parameters/return type against the contract ABI when calling. For that feature it will be good to be aware...
**Summary or problem description** Transactions can perform multiple contract calls in 1 script, or 1 contract call that performs internal calls to other smart contracts. The applicationlogs currently only return...
**Summary or problem description** Switching between networks with `neo-cli` has always been a hassle because 1. it automatically reads from `config.json` 2. most plugins equally have a `config.json` in which...
## Is your feature request related to a problem? Please describe. I wanted to restore a database using one of the files from https://sync.ngd.network/ Since they "conveniently" call all their...
This is just a minor inconsistency in the help description ## Current Behavior ```shell ./bin/neo-go db NAME: neo-go db - database manipulations USAGE: neo-go db command [command options] [arguments...] COMMANDS:...
## Description Add [NeoX](https://xexplorer.neo.org/) network as per https://developers.ledger.com/docs/device-app/develop/code/clone#ethereum-clones ## Changes include - [ ] Bugfix (non-breaking change that solves an issue) - [x] New feature (non-breaking change that adds functionality)...
ref: https://github.com/neo-project/neo/pull/3443 Once new node version is released
**Related issue** fix #1273 **Summary or solution description** `script_container` is the only module attribute of the interop package that returns a class with more properties. The module analyser is changed...