ixje
ixje
### Current behavior Do after #623 is merged. Currently the `sc build_run` and `sc load_run` commands require numeric entry of the contract parameter types defined in https://github.com/CityOfZion/neo-python/blob/e3780126f9cf8175f9f3c7ad27f36f2baae20508/neo/SmartContract/ContractParameterType.py#L29-L39 ### Expected behavior...
Add new feature: https://github.com/neo-project/neo/pull/374/files
_Rationale:_ The current CLI can be described as a vertical scrolling log where the bottom line is interactive and allows for command inputs that get displayed in the log. While...
RPC ``` curl -d ' { "jsonrpc": "2.0", "method": "getnep17balances", "params": ["NQrEVKgpx2qEg6DpVMT5H8kFa7kc2DFgqS"], "id": 3}' -H 'Content-Type: application/json' http://localhost:20332 { "jsonrpc":"2.0", "id":3, "result":{ "balance":[ { "assethash":"0xd2a4cff31913016155e38e474a2c06d08be276cf", "amount":"1000", "lastupdatedblock":9 }, { "assethash":"0xef4073a0f2b305a38ec4050e4d3d28bc40ea63f5",...
Today I was trying to setup a new node and have it automatically open a wallet. I was greeted with a > Failed to open file wallet.json error message. Reading...
https://github.com/neo-project/neo-vm/pull/454 added this test https://github.com/neo-project/neo-vm/blob/81dc479902e22d906d58571c89bb858bb47899d1/tests/Neo.VM.Tests/UtStruct.cs#L44-L61 I'm trying to understand the intention of the second assert https://github.com/neo-project/neo-vm/blob/81dc479902e22d906d58571c89bb858bb47899d1/tests/Neo.VM.Tests/UtStruct.cs#L56-L61 It fails at exactly the same point as the first one (L49-L54) and after...
**TLDR** Add support to download smart contracts from a remote server (e.g. MainNet) into your local private network for development purposes **Background story**: -I've discussed the idea with @roman-khimov on...
I think it could be useful to have a command that allows for setting the instruction pointer. Right now you can load a nef, but `run` will always execute whatever...
**Summary or problem description** Calling `invokefunction`, `invokescript` and `invokecontractverify` return among others these properties ```json "state": "HALT", "gasconsumed": "999972", "exception": null, "stack": [ ``` `getapplicationlog` has almost the same response,...
See https://github.com/neo-project/neo/issues/2782#issuecomment-1259504674 I think there's a big upside in supporting this in terms of improved developer experience by having actual feedback on why the ABORT or ASSERT failed. Hence why...