File tree
6 files changed
+12
-2
lines changed- arbnode
- staker/bold
- system_tests
6 files changed
+12
-2
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
| 215 | + | |
215 | 216 |
| |
216 | 217 |
| |
217 | 218 |
| |
| |||
230 | 231 |
| |
231 | 232 |
| |
232 | 233 |
| |
| 234 | + | |
233 | 235 |
| |
234 | 236 |
| |
235 | 237 |
| |
|
- README.md+6-6
- api/backend/backend.go+7-69
- api/server/methods.go+19-30
- assertions/confirmation.go+3-2
- assertions/manager.go+98-8
- assertions/manager_test.go+6
- assertions/poster.go+47-30
- assertions/poster_test.go+4
- assertions/sync.go+9-5
- chain-abstraction/interfaces.go+18-10
- chain-abstraction/sol-implementation/BUILD.bazel+2
- chain-abstraction/sol-implementation/assertion_chain.go+182-6
- chain-abstraction/sol-implementation/assertion_chain_test.go+25
- chain-abstraction/sol-implementation/edge_challenge_manager.go+16-15
- chain-abstraction/sol-implementation/transact.go+10-2
- chain-abstraction/sol-implementation/types.go+12-12
- challenge-manager/chain-watcher/watcher.go+3-3
- challenge-manager/challenge-tree/mock/edge.go-5
- challenge-manager/edge-tracker/challenge_confirmation.go+13-3
- challenge-manager/stack.go+52
- testing/endtoend/e2e_crash_test.go+2-1
- testing/endtoend/e2e_test.go+1
- testing/mocks/BUILD.bazel+1
- testing/mocks/mocks.go+25-7
- testing/mocks/state-provider/layer2_state_provider.go+1-1
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
61 | 63 |
| |
62 | 64 |
| |
63 | 65 |
| |
| |||
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
| 103 | + | |
101 | 104 |
| |
102 | 105 |
| |
103 | 106 |
| |
| |||
121 | 124 |
| |
122 | 125 |
| |
123 | 126 |
| |
| 127 | + | |
124 | 128 |
| |
125 | 129 |
| |
126 | 130 |
| |
| |||
455 | 459 |
| |
456 | 460 |
| |
457 | 461 |
| |
| 462 | + | |
458 | 463 |
| |
459 | 464 |
| |
460 | 465 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
| 420 | + | |
420 | 421 |
| |
421 | 422 |
| |
422 | 423 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
| 347 | + | |
347 | 348 |
| |
348 | 349 |
| |
349 | 350 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
| 227 | + | |
227 | 228 |
| |
228 | 229 |
| |
229 | 230 |
| |
|
0 commit comments