forked from hyperledger-labs/perun-eth-backend
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revise generate script and upgrade abigen (hyperledger-labs#3)
* bindings: Update generate.sh Signed-off-by: Philipp-Florens Lehwalder <[email protected]> * Update bindings with abigen v1.10.15 Signed-off-by: Philipp-Florens Lehwalder <[email protected]> * PR Feedback: Fix import comment in generate.sh Signed-off-by: Philipp-Florens Lehwalder <[email protected]> * PR Feedback: Remove double quoting for variables in generate.sh Signed-off-by: Philipp-Florens Lehwalder <[email protected]> * CI: Generate bindings Signed-off-by: Philipp-Florens Lehwalder <[email protected]> * PR Feedback: Add .gitignore Signed-off-by: Philipp-Florens Lehwalder <[email protected]> * Move contracts -> bindings Signed-off-by: Philipp-Florens Lehwalder <[email protected]> * Use Docker for solc Signed-off-by: Philipp-Florens Lehwalder <[email protected]> * CI: Don't use alias for solc Signed-off-by: Philipp-Florens Lehwalder <[email protected]> * CI: Use docker for generate.sh Signed-off-by: Matthias Geihs <[email protected]> * Update bindings: Generated using Docker as in CI Signed-off-by: Matthias Geihs <[email protected]> * CI: Fix permissions of bindings Signed-off-by: Philipp-Florens Lehwalder <[email protected]> * Fixup: End with newline Signed-off-by: Matthias Geihs <[email protected]> * Update README Signed-off-by: Matthias Geihs <[email protected]> Co-authored-by: Matthias Geihs <[email protected]>
- Loading branch information
1 parent
bfeb73d
commit 8fe1146
Showing
30 changed files
with
972 additions
and
9,245 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/bindings/*/*.abi | ||
/bindings/*/*.bin | ||
/bindings/*/*.bin-runtime |
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,3 +1,3 @@ | ||
[submodule "contracts"] | ||
path = contracts | ||
[submodule "bindings/contracts"] | ||
path = bindings/contracts | ||
url = https://github.com/hyperledger-labs/perun-eth-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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.