Consensys / gpact

General Purpose Atomic Crosschain Transaction Protocol
Apache License 2.0
83 stars 26 forks source link

Simplify message ID generated by Relayer #117

Closed ermyas closed 2 years ago

ermyas commented 2 years ago

The message ID generated by a Relayer includes the contract address that generated the underlying transaction, as described here. The formatting of the contract address follows EIP-55, with mixed-case letters in the string representation of the address. This PR moves towards a consistent case formatting of the hex address for simplicity.