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
aa7fcd59
Unverified
Commit
aa7fcd59
authored
Dec 12, 2023
by
John Wick
Committed by
GitHub
Dec 12, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Datas -> Data
parent
aaf5b0fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
span-batches.md
specs/span-batches.md
+1
-1
No files found.
specs/span-batches.md
View file @
aa7fcd59
...
@@ -225,7 +225,7 @@ Deposit transactions are excluded in batches and are never written at L1 so excl
...
@@ -225,7 +225,7 @@ Deposit transactions are excluded in batches and are never written at L1 so excl
There are (7 choose 2)
*
5! = 2520 permutations of ordering fields of
`txs`
.
There are (7 choose 2)
*
5! = 2520 permutations of ordering fields of
`txs`
.
It is not 7! because
`contract_creation_bits`
must be first decoded in order to decode
`tx_tos`
.
It is not 7! because
`contract_creation_bits`
must be first decoded in order to decode
`tx_tos`
.
We experimented to find out the best layout for compression.
We experimented to find out the best layout for compression.
It turned out placing random data together(
`TxSigs`
,
`TxTos`
,
`TxData
s
`
),
It turned out placing random data together(
`TxSigs`
,
`TxTos`
,
`TxData`
),
then placing leftovers helped gzip to gain more size reduction.
then placing leftovers helped gzip to gain more size reduction.
### `fee_recipients` Encoding Scheme
### `fee_recipients` Encoding Scheme
...
...
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