Skip to content

Commit

Permalink
Behavior (#27)
Browse files Browse the repository at this point in the history
* 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
0xJepsen and Autoparallel authored Feb 26, 2024
1 parent 1fd1ce1 commit 561212e
Show file tree
Hide file tree
Showing 29 changed files with 5,746 additions and 326 deletions.
82 changes: 42 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Makefile
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
2 changes: 2 additions & 0 deletions kit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ readme = "../README.md"
arbiter-core = "0.10.2"
arbiter-engine = "0.3.0"
arbiter-macros = "0.1.2"
arbiter-bindings = "0.1.6"

# Ethereum
ethers = "2.0.13"

# Async
tokio = { version = "1.0", features = ["full"] }
async-trait = "0.1.77"
futures-util = "0.3.30"

# Serde
serde = { version = "1.0.197", features = ["derive"] }
Expand Down
Loading

0 comments on commit 561212e

Please sign in to comment.