Skip to content

Commit

Permalink
docs(typo): README.md, pausability-lemmas.md (#11241)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtrait authored Jul 25, 2024
1 parent 71d50d8 commit 31754a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion op-chain-ops/cmd/receipt-reference-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ This tool is designed with a static range of blocks in mind, the size of which i

To maximize parallel efficiency, a higher number of `-workers` can utilize more RPC requests per second. Additionally `-batch-size` can be increased to group more RPC requests together per network exchange. I am using 5 workers with 100 requests per batch.

To avoid wasteful abandon of work already done, errors which are encountered by workers are noted, but do not stop the aggregation process. Jobs which fail are reinserted into the work queue with no maximum retry, and workers back off when encountering failures. This is all to allow an RPC endpoint to become temporarily unavailalbe while letting aggregation stay persistent.
To avoid wasteful abandon of work already done, errors which are encountered by workers are noted, but do not stop the aggregation process. Jobs which fail are reinserted into the work queue with no maximum retry, and workers back off when encountering failures. This is all to allow an RPC endpoint to become temporarily unavailable while letting aggregation stay persistent.

Even at high speed, collecting this much data can take several hours. You may benefit from planning a collection of smaller-sized runs, merging them with the `merge` subcommand as they become available.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/scripts/fpac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Chain-ops scripts for the Fault Proof Alpha Chad contracts.

### Generating the Cannon prestate and artifacts

_Description_: Generates the cannon prestate, tars the relavent artifacts, and sets the absolute prestate field in the network's deploy config.
_Description_: Generates the cannon prestate, tars the relevant artifacts, and sets the absolute prestate field in the network's deploy config.

```sh
make cannon-prestate chain=<chain-name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module PAUSABILITY-LEMMAS

## Arithmetic

Lemmas on arithmetic reasoning. Specifically, on: cancellativity, inequalites in which the two sides are of different signs; and the rounding-up mechanism of the Solidity compiler (expressed through `notMaxUInt5 &Int ( X +Int 31 )`, which rounds up `X` to the nearest multiple of 32).
Lemmas on arithmetic reasoning. Specifically, on: cancellativity, inequalities in which the two sides are of different signs; and the rounding-up mechanism of the Solidity compiler (expressed through `notMaxUInt5 &Int ( X +Int 31 )`, which rounds up `X` to the nearest multiple of 32).

```k
// Cancellativity #1
Expand Down

0 comments on commit 31754a7

Please sign in to comment.