-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: constant sum pool impl + deploy behavior * deployer tests * token deploys * chore: remove ir flag in makefile * feat: AlllocationData associated type * fix: `deployer_behavior_test()` (#28) * InputToken enum --------- Co-authored-by: Colin Roberts <colin@primitive.xyz>
- Loading branch information
1 parent
1fd1ce1
commit 561212e
Showing
29 changed files
with
5,746 additions
and
326 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.
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,9 +1,9 @@ | ||
bind: | ||
@echo "Building project artifacts." | ||
forge bind --via-ir --bindings-path kit/src/bindings --contracts src/ --skip-cargo-toml --module | ||
forge bind --bindings-path kit/src/bindings --contracts src/ --skip-cargo-toml --module | ||
|
||
tex: | ||
@echo "Building LaTeX report." | ||
xelatex -shell-escape -interaction nonstopmode -output-directory=report report/main.tex | ||
|
||
all: bind tex | ||
all: bind tex |
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.