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: solana/programs/matching-engine/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,13 @@
2
2
3
3
A program to facilitate the transfer of USDC between networks that allow Wormhole and CCTP bridging.
4
4
With the help of solvers, allowing USDC to be transferred faster than finality.
5
+
6
+
## Testing plan
7
+
8
+
The testing engine should be designed in a functional way that allows for easy testing of the program instructions.
9
+
10
+
The instructions passed to the testing engine should be able to be composed in a way where each instruction returns the updated state (not a mutating state).
11
+
12
+
This state is predictable and has the benefit of being able to be tested in isolation and mocked (to an extent) for testing.
0 commit comments