Anna Shaleva
Anna Shaleva
## Is your feature request related to a problem? Please describe. We have three different block queues (the third is introduced in #3515). These queues share a single `block_queue_length` metric,...
## Is your feature request related to a problem? Please describe. #3462 enables neotest coverage, but it may be optimized. Currently covered OPs are stored in a global mutex-protected package-level...
## Is your feature request related to a problem? Please describe. Contract update often implies new source file and new instructions offsets. Currently neotest internally treats an updated contract as...
## Is your feature request related to a problem? Please describe. Networks with small TimePerBlock setting should be able to react on new transactions faster. Ref. https://github.com/nspcc-dev/neofs-node/issues/2864. ## Describe the...
`TestNEP11_ND_OwnerOf_BalanceOf_Transfer` fails on Mac (Go 1.22, MacOS 12), firstly discovered in https://github.com/nspcc-dev/neo-go/pull/3544: ``` 2024-08-05T09:14:23.0484710Z === RUN TestNEP11_ND_OwnerOf_BalanceOf_Transfer 2024-08-05T09:14:23.0487060Z logger.go:146: 2024-08-05T09:13:51.500Z INFO initial gas supply is not set or wrong, setting...
# Description Problem: https://github.com/neo-project/neo/pull/3281 removes StatesDumper plugin, however, the output format of state dump files generated by StorageDumper is incompatible with StatesDumper format. We have a set of existing tools...
**Summary or problem description** Originally the problem was raised in https://github.com/neo-project/neo/pull/3890#discussion_r2035571814. The problem is that prices of some methods of native contracts are imbalanced. For example, the price of ContractManagement's...
**Summary or problem description** #4043 is almost merged which means that we can make native contract manifests follow NEP-25 standard. It's especially important for contracts that have iterators/arrays in method...
**Summary or problem description** Starting from https://github.com/neo-project/neo/pull/3597 the preferable way of candidate registration is a GAS transfer to native NeoToken contract. The original way of registration via `registerCandidate` method call...
**Summary or problem description** For cases like https://github.com/neo-project/neo/pull/4161#discussion_r2361427493 we need to provide an ability to disable RPC Server plugin dependency if needed. For example, dBFT plugin requires StateService for stateroot...