Bug: use ethers::types::Bytes
wherever we accept input to an RPC
#71
Labels
bug
Something isn't working
ethers::types::Bytes
wherever we accept input to an RPC
#71
Is your feature request related to a problem?
Bytes
is a special type from ethers that handles hex strings. We should try to reach parity with ethers by usingBytes
instead ofVec<u8>
. This also avoids errors where we pass the bytes of a hex string, rather than the decoded bytes of a hex stringDescribe the solution to the problem
No response
Describe the uses cases for the feature
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: