Anna Shaleva

Results 136 issues of 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...

I3
U3
enhancement
S4

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...

compiler
I3
documentation
U3
enhancement
S4

See https://github.com/nspcc-dev/neo-go/pull/3008#discussion_r1209546459.

compiler
I3
U4
enhancement
S3

Implement the https://github.com/nspcc-dev/neo-go/pull/3233#issuecomment-1829563912.

I2
rpc
test
U3
enhancement
S2

## 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...

smartcontract
test
U4
S3
I4

The interface may look like: ``` func Convertible(expected stackitem.Convertible, r *result.Invoke, err error) (stackitem.Convertible, error) ```

smartcontract
I2
rpc
U3
enhancement
S2

## 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...

task
vm
test
U2
S2
I4

See the https://github.com/nspcc-dev/neo-go/pull/3168#discussion_r1365393315.

I3
U4
enhancement
config
S3

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.

I2
rpc
U4
enhancement
S4

## 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...

bug
compiler
U2
S4
I4