1. 19 Aug, 2022 1 commit
  2. 18 Aug, 2022 1 commit
    • smartcontracts's avatar
      feat(sdk): remove ICrossChainMessenger (#3244) · 3af9c7a9
      smartcontracts authored
      Removes the ICrossChainMessenger interface. We don't have a strong
      reason to maintain this interface and it introduces complexity to the
      process of developing the SDK. With the interface, we are required to
      make changes to multiple files when we simply want to change the
      CrossChainMessenger class. We are also not maintaing multiple
      implementations of the CrossChainMessenger that would make the interface
      useful.
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      3af9c7a9
  3. 06 Aug, 2022 1 commit
  4. 04 Aug, 2022 1 commit
  5. 02 Aug, 2022 1 commit
  6. 01 Aug, 2022 1 commit
  7. 25 Jul, 2022 1 commit
  8. 13 Jul, 2022 1 commit
  9. 22 Jun, 2022 1 commit
  10. 06 Apr, 2022 1 commit
  11. 07 Feb, 2022 1 commit
  12. 04 Feb, 2022 1 commit
  13. 02 Feb, 2022 1 commit
  14. 01 Feb, 2022 1 commit
    • Kelvin Fichter's avatar
      feat(sdk): introduce token bridge adapters · 75822019
      Kelvin Fichter authored
      This commit adds support for ERC20 deposits and withdrawals by introducing the
      concept of token bridge adapters. This gives the SDK a standard
      interface for interacting with token bridges even though the bridges may
      each have slightly different internal logic.
      75822019
  15. 24 Jan, 2022 1 commit
  16. 21 Dec, 2021 2 commits
  17. 16 Dec, 2021 2 commits