Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
5c44c9e9
Unverified
Commit
5c44c9e9
authored
Dec 11, 2023
by
Joshua Gutow
Committed by
GitHub
Dec 11, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8541 from xyztoni/develop
chore: fixed multiple typos
parents
7b7b4856
240fb2e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
docs/fault-proof-alpha/README.md
+1
-1
README.md
op-node/cmd/batch_decoder/README.md
+2
-2
No files found.
docs/fault-proof-alpha/README.md
View file @
5c44c9e9
...
@@ -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 Resea
r
chers - Bug Bounty Program
](
./immunefi.md
)
### Contents
### Contents
...
...
op-node/cmd/batch_decoder/README.md
View file @
5c44c9e9
...
@@ -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 transaction
s
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment