• 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
CrossDomainMessenger.sol 14.8 KB