From 39607e7c94f27a26e79fc8ebb558e1ac8bf3b768 Mon Sep 17 00:00:00 2001 From: Mark Tyneway Date: Tue, 23 Nov 2021 10:53:03 -0800 Subject: [PATCH] batch-submitter: trigger release Trigger a release of the batch submitter with the yatm fix. The batch submitter would get stuck in a loop on kovan, attempting to submit a transaction with a bad nonce over and over again. The fix was to add a hook function that can notice when there is a nonce error. --- .changeset/proud-bears-do.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/proud-bears-do.md diff --git a/.changeset/proud-bears-do.md b/.changeset/proud-bears-do.md new file mode 100644 index 0000000000000..35d148824908a --- /dev/null +++ b/.changeset/proud-bears-do.md @@ -0,0 +1,5 @@ +--- +'@eth-optimism/batch-submitter': patch +--- + +Trigger release of the batch submitter with yatm retry fix