Commit a1df1a6
fix: Multichain (Pt 2) fixes (#1549)
**Motivation:**
Results of internal review of the contracts primarily involved with
offchain/onchain interaction
**Modifications:**
* Add reentrancy guard to `OperatorTableUpdater`
* Add miscellaneous documentation surrounding design decisions
* Misc fixes
**Result:**
Cleaner and safer code
---------
Co-authored-by: Yash Patil <[email protected]>1 parent 1c1fb9d commit a1df1a6
File tree
14 files changed
+105
-85
lines changed- docs/multichain
- destination
- source
- pkg/bindings
- BN254CertificateVerifier
- CrossChainRegistry
- ECDSACertificateVerifierStorage
- ECDSACertificateVerifier
- IECDSACertificateVerifier
- KeyRegistrar
- OperatorTableUpdater
- src
- contracts
- interfaces
- multichain
- test/unit
14 files changed
+105
-85
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
| 149 | + | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
| 153 | + | |
| 154 | + | |
152 | 155 | | |
153 | | - | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| |||
401 | 403 | | |
402 | 404 | | |
403 | 405 | | |
404 | | - | |
| 406 | + | |
| 407 | + | |
405 | 408 | | |
406 | | - | |
| 409 | + | |
| 410 | + | |
407 | 411 | | |
408 | 412 | | |
409 | 413 | | |
| |||
528 | 532 | | |
529 | 533 | | |
530 | 534 | | |
531 | | - | |
| 535 | + | |
532 | 536 | | |
533 | 537 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | | - | |
85 | | - | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments