neoneo-go/pkg/neorpc
Anna Shaleva 9f69522ff5 neorpc: adjust SignerWithWitness scopes parsing
Ensure that Scopes can be properly parsed not only from the string
representation, but also from a single byte. transaction.Signer
is not affected (checked against the C# implementation), only
RPC-related signer scopes are allowed to be unmarshalled from byte.

Close #3059.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2023-07-20 10:33:48 +03:00
..
result config: use uint32 for validators/committee members count 2023-04-13 13:42:40 +03:00
rpcevent *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
errors.go golangci: enable errorlint and fix everything it found 2022-09-02 18:36:23 +03:00
events.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
filters.go neorpc: add Copy to filters for easy deep copying 2023-03-16 23:43:00 +03:00
filters_test.go neorpc: add Copy to filters for easy deep copying 2023-03-16 23:43:00 +03:00
types.go neorpc: adjust SignerWithWitness scopes parsing 2023-07-20 10:33:48 +03:00