trustless-generic-relayer/ethereum/contracts
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 Nice comments in the code (#111) 2023-02-28 10:09:01 -05:00
example_integrations/xMint `forge fmt` run. 2023-02-17 19:54:26 -03:00
interfaces Nice comments in the code (#111) 2023-02-28 10:09:01 -05:00
libraries/external Mark assembly as `memory safe` (#107) 2023-02-27 15:59:00 -07:00
mock Mark assembly as `memory safe` (#107) 2023-02-27 15:59:00 -07:00
relayProvider Adds `AssetConversion` struct to avoid multiple reads or stores. 2023-02-27 21:20:51 -03:00