1. 25 Mar, 2022 4 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 3 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
    • Conner Fromknecht's avatar
      feat: add Min/MaxStateRootElements configurations · 9678b357
      Conner Fromknecht authored
      This commit adds configuration hooks to bound the number of state roots
      that are permitted in state root batches. Specifically, the minimum
      allows us to amortized the cost of adding state roots to the CTC
      contract. Additionally, the maximum is used in place of the old limit
      based on tx size, since this is more natural and mirrors the minimum
      bound.
      9678b357