neoneo-go/pkg/services/rpcsrv/params
Anna Shaleva 8db997c58a 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-08-01 17:44:37 +03:00
..
param.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
param_test.go neorpc: adjust SignerWithWitness scopes parsing 2023-08-01 17:44:37 +03:00
params.go params: add FromAny function 2023-02-15 16:46:59 +03:00
params_test.go params: add FromAny function 2023-02-15 16:46:59 +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-06-29 11:51:40 +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