hyperledger-firefly / hyperledger-firefly/evmconnect
Revert hex processing needs to support odd-length hex strings
Open
good first issue
- Dominant language
- Go
- Stars
- 17
- Forks
- 20
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 18
Description
https://github.com/hyperledger/firefly-evmconnect/pull/112 removed a check for odd-length revert hex strings, which some EVM nodes (such as Besu) _**can**_ return in some cases. We need to reinstate support for padding with a leading `0` for any odd-length hex in revert reasons.
Contributor guide
Assessment
This issue has not been assessed yet.