Skip to content

Commit

Permalink
Merge branch 'main' into feat/dynamic-fees
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea authored Jan 18, 2025
2 parents 5757ce7 + 1973e5c commit 91de984
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions programs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Order engine program

## Build

`cargo build-sbf`

## Test

Native with stubbed VM

`cargo test`

With sbpf VM

`cargo test-sbf`

## Verifiable build

`solana-verify build --library-name order_engine -- --features production`
2 changes: 1 addition & 1 deletion programs/order-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ check-cfg = [
[dependencies]
anchor-lang = { workspace = true }
anchor-spl = { workspace = true, features = ["token_2022"] }
test-case = { workspace = true }

[dev-dependencies]
solana-sdk = { workspace = true }
Expand All @@ -38,3 +37,4 @@ bincode = { workspace = true }
spl-token-client = { workspace = true }
assert_matches = { workspace = true }
itertools = { workspace = true }
test-case = { workspace = true }

0 comments on commit 91de984

Please sign in to comment.