Skip to content

Commit b7ff401

Browse files
author
Bengt Lofgren
committed
check idl fixes
1 parent 2762021 commit b7ff401

File tree

6 files changed

+62
-1051
lines changed

6 files changed

+62
-1051
lines changed

solana/programs/matching-engine/src/composite/mod.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -258,15 +258,6 @@ pub struct LiveRouterPath<'info> {
258258
pub to_endpoint: LiveRouterEndpoint<'info>,
259259
}
260260

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-
270261
#[derive(Accounts)]
271262
pub struct FastOrderPath<'info> {
272263
#[account(

solana/programs/matching-engine/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ mod events;
1111
mod processor;
1212
pub use processor::CctpMessageArgs;
1313
pub use processor::InitializeArgs;
14-
pub use processor::VaaMessage;
1514
use processor::*;
1615

1716
pub mod state;

solana/programs/matching-engine/src/processor/auction/offer/place_initial/cctp_shim.rs

Lines changed: 0 additions & 223 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
mod cctp;
22
pub use cctp::*;
3-
mod cctp_shim;
4-
pub use cctp_shim::*;

0 commit comments

Comments
 (0)