mev-geth icon indicating copy to clipboard operation
mev-geth copied to clipboard

Inconsistent types in RPC API

Open kaber2 opened this issue 3 years ago • 1 comments

The API is full of inconsistent type usage, some numbers are hex encoded, others are not, some are strings, some are not, ...

It would be great if future API versions could transition to use the proper hexutil types where appropriate and thereby getting rid of this mess.

kaber2 avatar Dec 16 '22 22:12 kaber2

The API is full of inconsistent type usage, some numbers are hex encoded, others are not, some are strings, some are not, ...

It would be great if future API versions could transition to use the proper hexutil types where appropriate and thereby getting rid of this mess.

nichechristie avatar Jun 24 '24 05:06 nichechristie