Anna Shaleva
Anna Shaleva
Ref. https://github.com/nspcc-dev/neo-go/pull/3229. We need to add common Prometheus metrics to our network server (we already have a separate Service interface with `Name()` included), and the metric itself should denote whether...
Our compiler is able to handle `any` alias, but isn't able to handle generics (hi, https://github.com/nspcc-dev/neo-go/issues/2376). We need to document this behaviour (probably, there's something else that should be mentioned...
See https://github.com/nspcc-dev/neo-go/pull/3008#discussion_r1209546459.
Implement the https://github.com/nspcc-dev/neo-go/pull/3233#issuecomment-1829563912.
## Is your feature request related to a problem? Please describe. After #3291 it's possible that some bugs are left in NNS wrapper. ## Describe the solution you'd like It...
The interface may look like: ``` func Convertible(expected stackitem.Convertible, r *result.Invoke, err error) (stackitem.Convertible, error) ```
## Is your feature request related to a problem? Please describe. Since https://github.com/neo-project/neo/pull/2970 NeoVM tests are located in the https://github.com/neo-project/neo, so we need to change our VM tests submodule approach...
See the https://github.com/nspcc-dev/neo-go/pull/3168#discussion_r1365393315.
Since https://github.com/nspcc-dev/neo-go/pull/3252 we have `header_of_added_block` WS subscription, and in this issue we need to implement `header_added` RPC WS subscription described as the second case in https://github.com/nspcc-dev/neo-go/issues/2751#issuecomment-1844726731.
## Is your feature request related to a problem? Please describe. Suppose we have a structure declared in the contract: ``` type ( UserKey struct { Address interop.Hash160 Data []byte...