1. 29 Jul, 2022 8 commits
  2. 28 Jul, 2022 9 commits
  3. 27 Jul, 2022 6 commits
  4. 26 Jul, 2022 5 commits
  5. 25 Jul, 2022 11 commits
  6. 24 Jul, 2022 1 commit
    • smartcontracts's avatar
      feat(ctb): introduce extra data event to XDM (#3066) · 7d68f82f
      smartcontracts authored
      Introduces a new SentMessageExtraData event to the CrossDomainMessenger
      base contract. We need this event so that we can properly find all
      relevant message data in the SDK. SDK cannot function without this
      event. We also cannot add to the old SentMessage event without breaking
      the ABI of our contract, so we're stuck adding an extra data event.
      7d68f82f