ixje
ixje
### Problem https://github.com/neo-project/neo/issues/3386 ### Solution Implement as extension. Moved the discussion from Dora's backend [PR](https://github.com/CityOfZion/dora-server-NeoN3/pull/220) to here ### To do - [ ] copy arguments to avoid modifications - [...
## Current Behaviour ```shell curl -i --location 'https://rpc10.n3.nspcc.ru:10331' --header 'Content-Type: text/plain' --data '{ "jsonrpc": "2.0", "id": 1, "method": "getapplicationlog", "params": ["0xacaa380861ecbd458a924256f3ab798d89263d43d3340014002eccab2542da31"] }' **HTTP/2 422** ``` ## Expected Behavior status code...
## Is your feature request related to a problem? Please describe. I want to test contract deployment and updating with `neotest`. I only modified some settings in the config file,...
## Current Behavior compiling a contract with `CompileFile` that has the `sourceurl` field set in the config will return `Contract` with a NEF that does not have the `sourceurl` set....