1. 13 Sep, 2022 3 commits
    • smartcontracts's avatar
      feat(ctb): block v0 messages in Bedrock (#3409) · f78eb056
      smartcontracts authored
      Blockes v0 messages from being relayed in Bedrock. As part of the
      Bedrock migration, we will guarantee that all v0 (legacy) messages that
      have not been successfully relayed will be transitioned into v1
      messages. All other v0 messages will already have been relayed and
      therefore do not need to be relayed again.
      f78eb056
    • smartcontracts's avatar
      feat(ctb): remove blockedSystemAddresses (#3431) · 593f1cfb
      smartcontracts authored
      * feat(ctb): remove blockedSystemAddresses
      
      Removes the blockedSystemAddresses in favor of a more flexible approach
      that also removes most of the need for the initializer. We will be
      following this up with a second PR that removes the initializer
      entirely.
      
      * contracts-bedrock: regenerate snapshot
      Co-authored-by: default avatarMark Tyneway <mark.tyneway@gmail.com>
      593f1cfb
    • Matthew Slipper's avatar
      ci-builder: Build foundry locally (#3435) · 25c564bc
      Matthew Slipper authored
      Removes the dependency on the `foundry` container so that we can automate deployment of the ci-builder container.
      25c564bc
  2. 12 Sep, 2022 17 commits
  3. 11 Sep, 2022 20 commits