Anna Shaleva
Anna Shaleva
## Is your feature request related to a problem? Please describe. `contract inspect` outputs instructions offsets, but does not outputs source code lines. It's hard to debug contracts having just...
Close #3601. TODO: - [ ] Check NEWBUFFER opcode compatibility with large buffer size against C# VM. The behaviour diverges, it may be a bug on our side. - [...
Port https://github.com/neo-project/neo/pull/3512 and ensure our VM is HALTed after all these scripts processing.
https://github.com/neo-project/proposals/pull/160 is merged which means we can add support of fully-qualified extended types to manifest, contract bindings and compiler. It should be noted that standard diverges a bit from our...
## Is your feature request related to a problem? Please describe. Problem is described in https://github.com/nspcc-dev/neo-go/pull/3515#discussion_r1751411244. If request timeout configuration is small, then OID-reading routine may fail due to request...
## Is your feature request related to a problem? Please describe. #3515 is missing the ability to fetch block headers from NeoFS. ## Describe the solution you'd like 1. Allow...
Support [NEP-29](https://github.com/neo-project/proposals/pull/179) and [NEP-30](https://github.com/neo-project/proposals/pull/180) like we do for NEP-17/NEP-11 and https://github.com/nspcc-dev/neo-go/issues/3451.
## Is your feature request related to a problem? Please describe. #3515 missing a retry mechanism for the following cases: 1. Block/header/OIDs search/download from NeoFS failed (which can easily happen,...
## Is your feature request related to a problem? Please describe. #3515 is able to work with a single NeoFS storage node only, which is neither reliable nor fast. ##...
Use https://github.com/nspcc-dev/neofs-sdk-go/blob/ab1e38bdd6a3748a44fd7f74f5bcb81f27bf7d03/object/id/id.go#L14 instead of `sha256.Size` where possible. Ref. https://github.com/nspcc-dev/neo-go/pull/3515#discussion_r1727016527. Blocked by https://github.com/nspcc-dev/neofs-sdk-go release.