Commit 5c44c9e9 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #8541 from xyztoni/develop

chore: fixed multiple typos
parents 7b7b4856 240fb2e9
...@@ -11,7 +11,7 @@ finalized and may change without notice. ...@@ -11,7 +11,7 @@ finalized and may change without notice.
* [Architecture Overview Video](https://www.youtube.com/watch?v=nIN5sNc6nQM) * [Architecture Overview Video](https://www.youtube.com/watch?v=nIN5sNc6nQM)
* [Fault Proof Alpha Deployment Information (Goerli)](./deployments.md) * [Fault Proof Alpha Deployment Information (Goerli)](./deployments.md)
* [Security Reseachers - Bug Bounty Program](./immunefi.md) * [Security Researchers - Bug Bounty Program](./immunefi.md)
### Contents ### Contents
......
...@@ -7,7 +7,7 @@ by looking at what batches were submitted on L1. ...@@ -7,7 +7,7 @@ by looking at what batches were submitted on L1.
The `batch_decoder` tool is designed to be simple & flexible. It offloads as much data analysis The `batch_decoder` tool is designed to be simple & flexible. It offloads as much data analysis
as possible to other tools. It is built around manipulating JSON on disk. The first stage is to as possible to other tools. It is built around manipulating JSON on disk. The first stage is to
fetch all transaction which are sent to a batch inbox address. Those transactions are decoded into fetch all transactions which are sent to a batch inbox address. Those transactions are decoded into
frames in that step & information about them is recorded. After transactions are fetched the frames frames in that step & information about them is recorded. After transactions are fetched the frames
are re-assembled into channels in a second step that does not touch the network. are re-assembled into channels in a second step that does not touch the network.
...@@ -35,7 +35,7 @@ If the batch is a singular batch, `batch_decoder` does not derive and stores the ...@@ -35,7 +35,7 @@ If the batch is a singular batch, `batch_decoder` does not derive and stores the
`batch_decoder force-close` will create a transaction data that can be sent from the batcher address to `batch_decoder force-close` will create a transaction data that can be sent from the batcher address to
the batch inbox address which will force close the given channels. This will allow future channels to the batch inbox address which will force close the given channels. This will allow future channels to
be read without waiting for the channel timeout. It uses uses the results from `batch_decoder fetch` to be read without waiting for the channel timeout. It uses the results from `batch_decoder fetch` to
create the close transaction because the transaction it creates for a specific channel requires information create the close transaction because the transaction it creates for a specific channel requires information
about if the channel has been closed or not. If it has been closed already but is missing specific frames about if the channel has been closed or not. If it has been closed already but is missing specific frames
those frames need to be generated differently than simply closing the channel. those frames need to be generated differently than simply closing the channel.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment