Commit aa7fcd59 authored by John Wick's avatar John Wick Committed by GitHub

Datas -> Data

parent aaf5b0fb
...@@ -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`, `TxDatas`), 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
......
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