trustless-generic-relayer/ethereum/contracts/coreRelayer
derpy-duck 6fee6ba1e4
Nice comments in the code (#111)
* resend doesn't take nonce as parameter

* Replace 'delivery failure' with 'receiver failure' in specs

* helper send method

* Fix interface to match not having nonce for resend

* Fix forge tests to not have nonce as a parameter

* fix redeliveryTest

* Split CoreRelayer into CoreRelayer and CoreRelayerDelivery

* fix build error

* forge fmt

* fix interface of getdefaultrelayprovider

* Nice comments for main functions in CoreRelayer.sol

* Nice comments for CoreRelayerMessages

* forge fmt

* merge

* Removes wormholeMessageFee from storage to avoid excessive gas costs.

---------

Co-authored-by: Sebastián Claudio Nale <sebinale@gmail.com>
2023-02-28 10:09:01 -05:00
..
CoreRelayer.sol Nice comments in the code (#111) 2023-02-28 10:09:01 -05:00
CoreRelayerDelivery.sol Nice comments in the code (#111) 2023-02-28 10:09:01 -05:00
CoreRelayerGetters.sol Nice comments in the code (#111) 2023-02-28 10:09:01 -05:00
CoreRelayerGovernance.sol Replace strings with typed errors (#37) 2023-01-19 09:59:35 -05:00
CoreRelayerImplementation.sol Replace strings with typed errors (#37) 2023-01-19 09:59:35 -05:00
CoreRelayerLibrary.sol Replace strings with typed errors (#37) 2023-01-19 09:59:35 -05:00
CoreRelayerMessages.sol Nice comments in the code (#111) 2023-02-28 10:09:01 -05:00
CoreRelayerProxy.sol
CoreRelayerSetters.sol Nice comments in the code (#111) 2023-02-28 10:09:01 -05:00
CoreRelayerSetup.sol Code cleanup (#109) 2023-02-27 14:32:57 -05:00
CoreRelayerState.sol Nice comments in the code (#111) 2023-02-28 10:09:01 -05:00
CoreRelayerStructs.sol Code cleanup (#109) 2023-02-27 14:32:57 -05:00