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....
https://github.com/CityOfZion/neo-mamba/blob/e82621af960b9356831cab85c73ba9157284b89f/neo3/network/payloads/transaction.py#L273-L280 I'm sure it was required at some point, but might have forgotten to remove it when the hashing func changed. Have a look and remove argument to avoid confusion
https://github.com/neo-project/neo/pull/3655
### I have checked the following: - [x] I have searched existing issues and found nothing related to my issue. ### This bug is: - [ ] making Bruno unusable...
**Describe the bug** ```shell Tracing transaction 0xbc7f37a01dd94142f873068d32bf80302eab11a08ac872cb61ddb11924895592 in block 7753996 (0xcd1f54fd5cd48e4af70814786a908807cda56f5591d667380d7d6fd0869ed71e) Executing Transaction #0 (0x2facc946a30d45a73e5d1bf81ee6844a81507a1c860246f28da1ee195e11ffb1) Executing Transaction #1 (0x3e141dace593af4a8c61ccbd676ae3a0ec280f881ccea4af7d8d4170b7634d98) Executing Transaction #2 (0x852fced4b728773151192eea929e605c6e49bfdcad7b9ae826ba7e4986860bfa) Unexpected script execution state. Expected HALT got...
**Describe the bug** First apply the fix of #485 then run ``` neotrace transaction -r http://seed1.neo.org:10332 0xbc7f37a01dd94142f873068d32bf80302eab11a08ac872cb61ddb11924895592 ``` fails with ```shell Tracing transaction 0xbc7f37a01dd94142f873068d32bf80302eab11a08ac872cb61ddb11924895592 in block 7753996 (0xcd1f54fd5cd48e4af70814786a908807cda56f5591d667380d7d6fd0869ed71e) Executing Transaction...