Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use abigen macro for all contracts #14

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
445 changes: 276 additions & 169 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/df-contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2018"

[dependencies]
ethers = { git = "https://github.com/gakonst/ethers-rs" }
ethers = { git = "https://github.com/gakonst/ethers-rs", features = ["abigen"] }
serde_json = "1.0.64"

[build-dependencies]
Expand Down
56 changes: 0 additions & 56 deletions crates/df-contracts/build.rs

This file was deleted.

1,194 changes: 0 additions & 1,194 deletions crates/df-contracts/src/bindings/darkforestcore.rs

This file was deleted.

622 changes: 0 additions & 622 deletions crates/df-contracts/src/bindings/darkforestgetters.rs

This file was deleted.

255 changes: 0 additions & 255 deletions crates/df-contracts/src/bindings/darkforestgptcredit.rs

This file was deleted.

54 changes: 0 additions & 54 deletions crates/df-contracts/src/bindings/darkforestinitialize.rs

This file was deleted.

582 changes: 0 additions & 582 deletions crates/df-contracts/src/bindings/darkforeststoragev1.rs

This file was deleted.

433 changes: 0 additions & 433 deletions crates/df-contracts/src/bindings/darkforesttokens.rs

This file was deleted.

51 changes: 0 additions & 51 deletions crates/df-contracts/src/bindings/darkforesttypes.rs

This file was deleted.

29 changes: 0 additions & 29 deletions crates/df-contracts/src/bindings/mod.rs

This file was deleted.

101 changes: 0 additions & 101 deletions crates/df-contracts/src/bindings/verifier.rs

This file was deleted.

Loading