Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

author_submitExtrinsic extrinsic encoding be hex data #249

@jacogr

Description

@jacogr

For Poc-1, calling the author_submitExtrinsic RPC with "params": ["0xfff745..."] works as expected.

Currently on master, the serialisation expects an array of bytes, i.e. the above needs to be encoded as [255, 245, 69, ...] This doesn't align with any of the other RPC requests or results where "blobs of data" are always expected/returned as hex-encoded strings.

If a "rich" encoding is desirable as an RPC, then it should be done with a second RPC.

Metadata

Metadata

Assignees

Labels

I3-bugThe node fails to follow expected behavior.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions