flashbots / mev-geth

Go implementation of MEV-Auction for Ethereum
GNU Lesser General Public License v3.0
786 stars 197 forks source link

Inconsistent types in RPC API #145

Open kaber2 opened 1 year ago

kaber2 commented 1 year ago

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.

Nichebiche commented 4 months ago

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.