Anastasia Prasolova
Anastasia Prasolova
It's impossible to start neo-cli with command ```dotnet neo-cli.dll /rpc``` if this process wouldn't have a tty allocated. The only way to run neo-cli with no terminal attached (in case...
Signed-off-by: anastasia prasolova
It's impossible to start neo-cli with command ```dotnet neo-cli.dll /rpc``` if this process wouldn't have a tty allocated. The only way to run neo-cli with no terminal attached (in case...
In a container, where HEAD is denied, I execute HEAD on an object `D6w3YA6k9FaGnM4vrv2UoyyRjGwcjLAiSDYTfcHCyBac/GhPM1dEK27HvkqdoW8L9nyJda7ZGMYBHGWhJFWMq9Eu1`. In storage node logs I see that the node gets `access to object operation denied`, and...
### Description of the issue I'm trying to testinvoke a smart contract for working with storage from examples dir. When I run it I get `"state": "FAULT, BREAK"` result with...
I have a [neo-go](https://github.com/nspcc-dev/neo-go) node of version `0.74.1-pre-47-g396c78c` and I'm trying to connect neo-scan to this node. I run neo-scan with docker-compose. The compose file is: ``` version: '2.4' services:...