Anna Shaleva
Anna Shaleva
There's a couple of Satoshi user-facing references in our repo, we need replace them with Datoshi. I'd prefer not to change the code itself, just a user-facing things. Ref. https://github.com/neo-project/neo/pull/3241.
We have a lot of deprecated functionality hat should be removed. Ref. https://github.com/nspcc-dev/neo-go/pull/3453/commits/77ff27211e1753d025858235acb5d86e989c5fd3 and ROADMAP.md entries.
## Current Behavior Neo committee and validators cache is being updated only if vote-related or transfer-related transactions were included into block. We don't recalculate cache if Policy blocked/unblocked some accounts....
We need a properly constructed test for `calculatenetworkfee` RPC handler for custom Koblitz-based transaction witnesses. We also need to ensure that fee calculated by this test match precisely the expected...
Native deploy and update code becomes more complicated after #3444. A lot of problems causes nullable native's ActiveIn: https://github.com/nspcc-dev/neo-go/blob/2d4993a8375121a5bf073eb37e4dd92451a89f27/pkg/core/interop/context.go#L175-L177 If we use `config.HFDefault` instead of `null` ActiveIn and make ActiveIn...
https://github.com/nspcc-dev/neo-go/pull/3416 disables package cache for golangci-lint GithubAction job. We need to enable it once https://github.com/golangci/golangci-lint-action/issues/135 is solved.
# Description The problem is described in https://github.com/nspcc-dev/neo-go/issues/3490. In short words, an arbitrary number of smart contract notifications is allowed (up to VM's GasLimit and MaxBlockSystemFee, but it's huge), which...
**Describe the bug** Some of benchmarks added in https://github.com/neo-project/neo/pull/3512 result in FAULTed VM. It happens because these benchmarks are old, they use `NEWBUFFER` with too large argument: ``` // PUSHINT32...
**Summary or problem description** #3488 marks some of transaction attributes as obsolete. **Do you have any solution you want to propose?** Once 3.8.0 is released we need to remove obsolete...
## Current Behavior Here are logs of `upload-bin` command for `neogo-block-uploader-fschain-testnet.service` instance: ``` 2024-10-28 06:32:48.810 Successfully uploaded batch of blocks: from 4440000 to 4449999 2024-10-28 06:41:36.505 Processing batch from 4460000...