File tree Expand file tree Collapse file tree 6 files changed +62
-1051
lines changed
programs/matching-engine/src
processor/auction/offer/place_initial Expand file tree Collapse file tree 6 files changed +62
-1051
lines changed Original file line number Diff line number Diff line change @@ -258,15 +258,6 @@ pub struct LiveRouterPath<'info> {
258
258
pub to_endpoint : LiveRouterEndpoint < ' info > ,
259
259
}
260
260
261
- // TODO: Add a composite called FastOrderPathShim with two accounts: Guardian Set and Guardian Set Signatures
262
- // Call verify hash on the instruction on the verify shim program
263
- #[ derive( Accounts ) ]
264
- pub struct FastOrderPathShim < ' info > {
265
- pub guardian_set : UncheckedAccount < ' info > ,
266
- pub guardian_set_signatures : UncheckedAccount < ' info > ,
267
- pub live_router_path : LiveRouterPath < ' info > ,
268
- }
269
-
270
261
#[ derive( Accounts ) ]
271
262
pub struct FastOrderPath < ' info > {
272
263
#[ account(
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ mod events;
11
11
mod processor;
12
12
pub use processor:: CctpMessageArgs ;
13
13
pub use processor:: InitializeArgs ;
14
- pub use processor:: VaaMessage ;
15
14
use processor:: * ;
16
15
17
16
pub mod state;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
mod cctp;
2
2
pub use cctp:: * ;
3
- mod cctp_shim;
4
- pub use cctp_shim:: * ;
You can’t perform that action at this time.
0 commit comments