LeL
LeL
## Is your feature request related to a problem? Please describe. i'm using https://pkg.go.dev/github.com/nspcc-dev/[email protected]/pkg/rpcclient/unwrap and find it conventient. But i found that there is no way to detect fault exception...
caught suddenly while debugging https://github.com/nspcc-dev/neofs-node/pull/2444, don’t have a special context. I subscribe to new blocks and notary requests ``` panic: runtime error: invalid memory address or nil pointer dereference [signal...
## Is your feature request related to a problem? Please describe. I'm always frustrated when i cannot get balance by script hash only using Neo Go CLI. This info is...
## Is your feature request related to a problem? Please describe. some tokens are limited in quantity. For example, NEO
according to [docs](https://pkg.go.dev/github.com/nspcc-dev/[email protected]/pkg/wallet#Wallet.Save), the wallet may be written to various byte streams. Instead, [package](https://pkg.go.dev/github.com/nspcc-dev/[email protected]/pkg/wallet) doesn't provide any option to customize output stream other than filepath suggest to either fix docs...
## Context I try to test migration of contracts' storage items using framework provided by `neotest` package. Sometimes contract stores items within its methods, so technically I could just call...
In current implementation CLI app supports NeoFS (Protocol Buffers) JSON format only. This format is sometimes not convenient. For example, we need to form container identifier field as ``` "cid":...
* based on and blocked by #2801 (first 2 commits)
* starts #1803 * prepares the way for #1988 (#2692)
_Originally posted in https://github.com/nspcc-dev/neofs-node/pull/2674#discussion_r1540004148_ it's proposed to split `VerifyObject` and `StoreObject` functionality, both independent and reusable