Anna Shaleva
Anna Shaleva
## Is your feature request related to a problem? Please describe. Currently it's possible to perform DOS to RPC server using RPC requests with high depth. NeoC# doesn't have such...
Currently our Docker image can be built for Windows Server Core only. It's enough for production node run, but for development purposes there's a demand to build at least privnet...
https://github.com/neo-project/neo-dev-portal should include at least a couple of words and links to the NeoGo project. Also, a set of examples should be added to https://developers.neo.org/tutorials.
MPT-backed storage (`mpt.TrieStore`) uses `Billet` for MPT traversal during `Seek` operations. MPT traversal strategy differs from the one that simple storage `Seek` assumes (probably due to the `Branch` node traversal...
The node was killed by OOM killer, and after that an automatic node restart fails due to missing stateroot: ``` Aug 3 13:54:46 tenes4 neogo-rpc[66705]: 2023-08-03T13:54:46.796Z#011INFO#011started protocol#011{"addr": "170.64.152.72:49840", "userAgent": "/NEO-GO:0.101.4/",...
Currently we have a set of Oracle-specific RPC error codes, but some of them are unused from the NeoGo side (-603, -604, -605). We have to improve our Oracle service...
### Problem In neo-go if `RemoveUntraceableBlocks` is true, we check only the last `MaxTraceableBlocks` blocks of the chain for precense of transaction/conflict (because the oldest ones are removed from the...
Currently our compiler emits VM types, and the standard tells it should be SC types. See the https://github.com/nspcc-dev/neo-go/pull/3008#discussion_r1191237067 and a9c3ea01fdecb7a0fde7fb50d7fd1ce14e1adca3.
Initially suggested in https://github.com/nspcc-dev/neo-go/issues/2993, ref. #3013 also. We use the a separate [github.com/chzyer/readline`](https://github.com/chzyer/readline) library to read user input, and this library doesn't provide enough functionality for proper dynamic paths auto...
We have a nice example of [Notary actor usage](https://github.com/nspcc-dev/neo-go/blob/de7bff9cea3215697c0ecaf851220cd233f05bad/pkg/rpcclient/notary/doc_test.go#L18). However, in this example accounts for Notary actor are taken from the wallet. We need to add one more example of...