This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e01f65c
commit a5be716
Showing
6 changed files
with
38 additions
and
63 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule h20.test-std
updated
16 files
+25 −3 | .github/workflows/test.yml | |
+37 −58 | flake.lock | |
+3 −14 | foundry.toml | |
+1 −1 | lib/rain.orderbook | |
+1 −1 | lib/sushiswap | |
+102 −24 | src/StrategyTests.sol | |
+91 −49 | src/abstract/OrderBookStrategyTest.sol | |
+2 −3 | src/interface/IRouteProcessor.sol | |
+107 −6 | src/lib/LibComposeOrder.sol | |
+50 −28 | src/lib/LibProcessStream.sol | |
+6 −5 | src/lib/LibStrategyDeployment.sol | |
+52 −94 | test/DeployedStrategyTest.t.sol | |
+49 −34 | test/ProcessRouteTest.t.sol | |
+0 −73 | test/strategies/arbitrum-order.rain | |
+66 −0 | test/strategies/base-order.rain | |
+20 −0 | test/strategies/base-settings.yml |
Submodule openzeppelin-contracts
deleted from
bd325d
Submodule rain.interpreter.interface
deleted from
dab8e3
Submodule rain.math.fixedpoint
deleted from
65df07
Submodule rain.math.saturating
deleted from
8d8406