-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Move contracts/arbiter
to arbmod
repository + Minor fixes
#368
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
3aee556
just do one forge install since git submodules are there
kinrezC 8e40ccd
forge install: arbmod
kinrezC f81dff3
move sed to after contracts are initialized
kinrezC 43191c6
i trolled, reverting to last commit
kinrezC d1faf2b
revert arbmod remapping
kinrezC 54ccd2c
update submodules
kinrezC 88a5d75
update submodules
kinrezC e0dc922
fix bind script to point to arbmod contracts
kinrezC 7d7437a
update portfolio version
kinrezC c04571a
wip
kinrezC eba6794
settle changes
kinrezC 5ee701f
bump bindings version
kinrezC 077c6de
ignore bindings
kinrezC 90deb96
fmt
kinrezC 1c59e6c
rm bindings
kinrezC 48436f2
rm bindings folder
kinrezC 92b60cd
reintroduce bindings
kinrezC b3fbb54
wip
kinrezC 0d7246a
new bindings
kinrezC 6b39d30
compute new codehash
kinrezC 0a14307
fmt
kinrezC c8962ab
binding metadata
0xJepsen 5f3376d
Clippy
0xJepsen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 |
---|---|---|
|
@@ -15,4 +15,4 @@ Cargo.lock | |
*.csv | ||
|
||
.DS_Store | ||
# /contracts/* | ||
# /contracts/* |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule portfolio
updated
35 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[package] | ||
name = "bindings" | ||
version = "0.2.0" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
ethers = { version = "2.0.4", default-features = false, features = ["abigen"] } | ||
ethers = { version = "2", default-features = false, features = ["abigen"] } |
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see we switch from the arbiter contracts to using the arbmod submodule, is that directory up to date? We have all the same contracts in both
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah i updated it