-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #778 from rainlanguage/2024-08-16-arb-task
2024 08 16 arb task
- Loading branch information
Showing
36 changed files
with
744 additions
and
629 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Submodule rain.interpreter
updated
7 files
Submodule rain.orderbook.interface
updated
2 files
+1 −1 | lib/rain.interpreter.interface | |
+4 −7 | src/interface/unstable/IOrderBookV4ArbOrderTakerV2.sol |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
|
||
set -euxo pipefail | ||
|
||
(cd lib/rain.interpreter && nix develop -c rainix-sol-prelude) | ||
(cd lib/rain.interpreter && nix develop -c rainix-rs-prelude) | ||
(cd lib/rain.interpreter && nix develop -c i9r-prelude) | ||
(cd lib/rain.interpreter/lib/rain.metadata && nix develop -c rainix-sol-prelude) | ||
(cd lib/rain.interpreter/lib/rain.metadata && nix develop -c rainix-rs-prelude) | ||
|
||
nix develop -c rainix-sol-prelude | ||
nix develop -c rainix-rs-prelude | ||
nix develop -c raindex-prelude | ||
|
||
nix develop -c forge script script/BuildPointers.sol |
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
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.