Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Update README.md #7

Open
wants to merge 1 commit into
base: avail-develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions op-node/cmd/batch_decoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 transaction that 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
are re-assembled into channels in a second step that does not touch the network.

Expand All @@ -30,7 +30,7 @@ into channels. It then stores the channels with metadata on disk where the file

`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
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
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.
Expand Down