You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: evm/NOTES.md
+19-43Lines changed: 19 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,25 @@
1
1
# Notes on changes made in this integration branch
2
2
3
-
## Change that wasn't made
3
+
This file is meant to document the work in progress on this integration branch. It can probably be deleted (or the information moved some place better) before this PR is merged.
4
+
5
+
This integration branch is PR #21.
6
+
7
+
## Sub Branches
8
+
9
+
Note that the indentation indicates branch dependencies.
10
+
11
+
-**evm_TransceiverRegistry_split** (PR #22) - This branch splits transceiver admin into a separate contract.
12
+
-**evm/add_MsgManager** (PR #23) - Creates `MsgManagerBase` and `MsgManager` and makes `NttManager` inherit from `MsgManagerBase`.
13
+
-**evm/add_SharedWormholeTransceiver** (PR #25) - Adds a shareable transceiver.
14
+
15
+
## The change that wasn't made
4
16
5
17
It is unfortunate that `token` and `mode` exist in `ManagerBase` rather than `NttManager`.
6
-
I tried moving them, but that increases
18
+
I tried moving them, but that increases the size of `NttManagerNoRateLimiting` considerably.
19
+
I'm not sure why that is, or how to avoid it, so I did not pursue that change at this time.
20
+
However, some of the other changes also cause that increase, so maybe we can revist this.
0 commit comments