Anna Shaleva
Anna Shaleva
See https://github.com/nspcc-dev/neo-go/pull/1857#discussion_r601799836. Micropackages to use: * noderoles * nnsrecords
### Background Standard JSON-RPC error response contains three fields wrapped into `error` JSON structure to give a hint on what was wrong during failed JSON-RPC request processing. These fields are...
Closes #1991. Partially based on #2661, but verification-related logic is refactored to match the initial behaviour design. Depends on #2812.
Port https://github.com/neo-project/neo-vm/pull/497. Draft until the reference PR merge.
See https://github.com/nspcc-dev/neo-go/pull/2749#discussion_r998285328.
It's not a priority, but our user-facing interop API located at `pkg/interop` may be be tested with neotest framework like it is done for `address.ToHash160` and `address.FromHash160`, it may help...
Depends on #2687.
Depends on #2679 and https://github.com/nspcc-dev/neofs-contract/pull/266.
This PR includes changes implemented into C# NNS version (https://github.com/neo-project/non-native-contracts/blob/master/src/NameService/NameService.cs): 1. Domain registration price is dependant on domain name length. By default, short (
# Description Close #2896. Use a stub for native Notary contract hash since this contract is not implemented yet. Thus, technically, NotaryAssisted attribute verification will always fail on real network...