Anna Shaleva
Anna Shaleva
1. Currently `loadnef` and `loadgo` commands perform dynamic script loading which makes subsequent method run fail on notification emission or storage context access (see https://github.com/nspcc-dev/neo-go/pull/2824#issue-1466185629 and https://github.com/nspcc-dev/neo-go/pull/2824#discussion_r1033530726). 6bf9856c16a475961fd3832575f3d01a42967552 is not...
**Describe the bug** While testing the https://github.com/nspcc-dev/neo-go/pull/3402, I discovered that `ApplicationLogs` plugin returns improper result of `getapplicationlog` RPC call. The result contains wrong `contract` field value of `notifications` section. For...
Port https://github.com/neo-project/neo/pull/3175. Ref. https://github.com/neo-project/neo/issues/2896.
**Describe the bug** After https://github.com/neo-project/neo-modules/pull/815 merge, `RpcError.InsufficientFunds` (with code `-511`) is returned on the incoming transaction verification when: 1. Sender's balance is not enough to pay for *all* his transactions...
**Summary or problem description** We have `getnativecontracts` RPC call, and since neo-project/neo#2941 and #851 there's no such thing as "native update history" and there's no way to define native contract...
**Describe the bug** https://github.com/neo-project/neo-modules/pull/859 removed `WsPort` property from `RpcVersion` class on the RPC client side. We need to get it back, because NeoGo RPC server still supports WS capability and...
### Summary or problem description This issue is triggered by the dBFT 2.0 liveness lock problem mentioned in https://github.com/neo-project/neo/issues/2029#issuecomment-725612388 and other discussions in issues and PRs. We've used TLA+ formal...
## Is your feature request related to a problem? Please describe. Since https://github.com/nspcc-dev/neo-go/pull/3236 (which is going to be a part of 0.105.0) there's an ability to subscribe only for `added`...
## Is your feature request related to a problem? Please describe. Current auto-deploy scheme sends notary requests with contracts deploy/update code and doesn't wait until main/fallback are accepted to chain....
**Summary or problem description** I've finished the port of [HF-based native contract update](https://github.com/neo-project/neo/pull/2942), and this is the last remaining issue connected with this functionality. Currently native contract initialization happens every...