1. 25 Mar, 2022 5 commits
  2. 24 Mar, 2022 10 commits
  3. 23 Mar, 2022 9 commits
  4. 22 Mar, 2022 8 commits
  5. 20 Mar, 2022 3 commits
  6. 19 Mar, 2022 3 commits
  7. 18 Mar, 2022 2 commits
    • Murphy Law's avatar
      Merge pull request #2296 from Inphi/feat/publish-tx · 32d69199
      Murphy Law authored
      l2geth: Sync from Backend Queue
      
      Introducing a new Backend verifiers can use to synchronize transactions from an external message queue. The *Queue* Backend can be used to follow a sequencer via Google PubSub. Sequencers, when configured, can now send transactions to an external message Queue.
      
      To facilitate failover recovery without causing a chainsplit. The sequencer will only accept transactions once they've been successfully published to the configured external message queue.
      32d69199
    • Kelvin Fichter's avatar
      fix(rhc): bug in replica-healthcheck dockerfile · 1c685f76
      Kelvin Fichter authored
      Fixes a bug in the dockerfile for the replica-healthcheck. Healthcheck
      does not run properly as a result of this bug.
      1c685f76