-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add init and close open orders instructions (#1)
- Loading branch information
1 parent
2b9fea9
commit 9f2f036
Showing
7 changed files
with
268 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[provider] | ||
cluster = "localnet" | ||
wallet = "~/.config/solana/id.json" | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule serum-dex
updated
13 files
+1 −1 | .travis.yml | |
+1 −1 | Cargo.lock | |
+1 −1 | dex/Cargo.toml | |
+192 −15 | dex/crank/src/lib.rs | |
+156 −68 | dex/fuzz/Cargo.lock | |
+1 −1 | dex/fuzz/Cargo.toml | |
+85 −5 | dex/fuzz/fuzz_targets/multiple_orders.rs | |
+57 −7 | dex/src/instruction.rs | |
+4 −1 | dex/src/matching.rs | |
+140 −9 | dex/src/state.rs | |
+1 −1 | dex/src/tests.rs | |
+1 −1 | docker/development/Dockerfile | |
+1 −1 | scripts/travis/dex-tests.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.