neoneo-go/pkg/services
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
..
helpers/rpcbroadcaster *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
metrics *: use CompareAndSwap instead of CAS for atomics 2023-04-28 12:07:19 +03:00
notary *: use CompareAndSwap instead of CAS for atomics 2023-04-28 12:07:19 +03:00
oracle oracle: make use of ReadCloser returned from NeoFS's getters 2023-06-06 17:40:19 +03:00
rpcsrv neorpc: adjust SignerWithWitness scopes parsing 2023-07-20 10:33:48 +03:00
stateroot *: use require.ErrorIs instead of require.True(t, error.Is()) 2023-05-04 17:03:47 +03:00