Commit 69e967d
feat(fast-inbox): drop archiver inHash cross-check and TXE message padding (A-1384)
- Archiver l1_synchronizer stops cross-checking the (now-zero) checkpoint inHash;
the consensus Inbox rolling hash is verified on L1 at propose (AZIP-22 Fast Inbox).
- TXE appends real message leaves unpadded at compact indices (synchronizer,
block_creation) and stops padding empty blocks to a full subtree.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 4dbb889 commit 69e967d
4 files changed
Lines changed: 10 additions & 49 deletions
File tree
- yarn-project
- archiver/src/modules
- txe/src
- oracle
- state_machine
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
1013 | 1012 | | |
1014 | 1013 | | |
1015 | 1014 | | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | | - | |
1024 | | - | |
1025 | | - | |
1026 | | - | |
1027 | | - | |
1028 | | - | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
| 1015 | + | |
| 1016 | + | |
1035 | 1017 | | |
1036 | 1018 | | |
1037 | 1019 | | |
| |||
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
| |||
658 | 654 | | |
659 | 655 | | |
660 | 656 | | |
661 | | - | |
662 | | - | |
| 657 | + | |
663 | 658 | | |
664 | 659 | | |
665 | 660 | | |
| |||
823 | 818 | | |
824 | 819 | | |
825 | 820 | | |
826 | | - | |
827 | | - | |
| 821 | + | |
828 | 822 | | |
829 | 823 | | |
830 | 824 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
| |||
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 36 | + | |
| 37 | + | |
46 | 38 | | |
47 | 39 | | |
48 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
7 | 2 | | |
8 | 3 | | |
9 | 4 | | |
| |||
36 | 31 | | |
37 | 32 | | |
38 | 33 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 34 | + | |
| 35 | + | |
43 | 36 | | |
44 | 37 | | |
45 | 38 | | |
| |||
0 commit comments