From 10db2903c52fd2f67e52f7fb44f43d4a7dc34158 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:49:02 +0300 Subject: [PATCH 1/3] typo corr 2022-02-02-inflation-vuln.md --- docs/postmortems/2022-02-02-inflation-vuln.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/postmortems/2022-02-02-inflation-vuln.md b/docs/postmortems/2022-02-02-inflation-vuln.md index a755b0fdfe38f..a2a23e382303b 100644 --- a/docs/postmortems/2022-02-02-inflation-vuln.md +++ b/docs/postmortems/2022-02-02-inflation-vuln.md @@ -58,7 +58,7 @@ timeline and activities were as follows: (Using github handles as identifiers) - 2022-02-02 1625: smartcontracts receives an e-mail from saurik claiming to have found a critical - issue in L2Geth. E-mail was sent to securityoptimism.io. + issue in L2Geth. E-mail was sent to security@optimism.io. - 2022-02-02 X: saurik messaged smartcontracts on Discord to make sure we checked the e-mail since he knew we had a prior problem where security advisories went to spam. - 2022-02-02 1650: Huddle begins in #security on Slack. From dc18292b1660ecc4f2c8cdaa80efe6ca76ccf6a1 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:53:24 +0300 Subject: [PATCH 2/3] typo corr README.md --- op-challenger/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-challenger/README.md b/op-challenger/README.md index 97fafab8e6f76..5efbbd85b3d3e 100644 --- a/op-challenger/README.md +++ b/op-challenger/README.md @@ -1,7 +1,7 @@ # op-challenger The `op-challenger` is a modular **op-stack** challenge agent written in -golang for dispute games including, but not limited to,attestation games, +golang for dispute games including, but not limited to, attestation games, fault games, and validity games. To learn more about dispute games, visit the [fault proof specs][proof-specs]. From 565c6e04187aacc05428f364491cc57ed5dd6c51 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:57:18 +0300 Subject: [PATCH 3/3] typo corr RUNBOOK.md --- op-conductor/RUNBOOK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-conductor/RUNBOOK.md b/op-conductor/RUNBOOK.md index 8e80fde6b6c06..00b8757a338eb 100644 --- a/op-conductor/RUNBOOK.md +++ b/op-conductor/RUNBOOK.md @@ -28,7 +28,7 @@ OP_CONDUCTOR_NODE_RPC= # for example, http://op-node:8545 OP_CONDUCTOR_EXECUTION_RPC= # for example, http://op-geth:8545 OP_CONDUCTOR_NETWORK= # for example, base-mainnet, op-mainnet, etc, should be same as OP_NODE_NETWORK OP_CONDUCTOR_HEALTHCHECK_INTERVAL= # in seconds -OP_CONDUCTOR_HEALTHCHECK_UNSAFE_INTERVAL= # Interval allowed between unsafe head and now measured in seconds in seconds +OP_CONDUCTOR_HEALTHCHECK_UNSAFE_INTERVAL= # Interval allowed between unsafe head and now measured in seconds OP_CONDUCTOR_HEALTHCHECK_MIN_PEER_COUNT= # minimum number of peers required to be considered healthy OP_CONDUCTOR_RAFT_BOOTSTRAP=true/false # set to true if you want to bootstrap the raft cluster ```