neoneo-go/pkg/services/rpcsrv/params
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
..
param.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
param_test.go neorpc: adjust SignerWithWitness scopes parsing 2023-07-20 10:33:48 +03:00
params.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
params_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
tx_builder_test.go rpc: adjust Boolean handling in ExpandArrayIntoScript 2022-12-02 10:02:33 +03:00
txBuilder.go rpc: emit Null in case of Any parameter with zero-len value 2023-04-05 16:28:30 +03:00
types.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
types_test.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00