UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

25 lines (13 loc) 903 B
# `Encoding` Invariants ## `convertRoundTripAToB` never fails. **Test:** [`Encoding.t.sol#L76`](../contracts/test/invariants/Encoding.t.sol#L76) Asserts that a raw versioned nonce can be encoded / decoded to reach the same raw value. ## `convertRoundTripBToA` never fails. **Test:** [`Encoding.t.sol#L87`](../contracts/test/invariants/Encoding.t.sol#L87) Asserts that an encoded versioned nonce can always be decoded / re-encoded to reach the same encoded value. ## `testRoundTripAToB` never fails. **Test:** [`FuzzEncoding.sol#L56`](../contracts/echidna/FuzzEncoding.sol#L56) Asserts that a raw versioned nonce can be encoded / decoded to reach the same raw value. ## `testRoundTripBToA` never fails. **Test:** [`FuzzEncoding.sol#L67`](../contracts/echidna/FuzzEncoding.sol#L67) Asserts that an encoded versioned nonce can always be decoded / re-encoded to reach the same encoded value.