-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(withdrawer): replace contracts with
astria-bridge-contracts
s…
…ubmodule (#1164) ## Summary the bridge contracts were moved to their own repo (https://github.com/astriaorg/astria-bridge-contracts/tree/main) as we rely on them in astria-geth as well. this replaces the contracts in the repo with a submodule. ## Changes - replace withdrawer contracts with `astria-bridge-contracts` submodule ## Testing n/a
- Loading branch information
Showing
24 changed files
with
678 additions
and
367 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,8 @@ jobs: | |
if: needs.run_checker.outputs.run_tests == 'true' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: 'true' | ||
- uses: dtolnay/[email protected] | ||
- uses: taiki-e/[email protected] | ||
with: | ||
|
@@ -97,6 +99,8 @@ jobs: | |
if: needs.run_checker.outputs.run_tests == 'true' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: 'true' | ||
- uses: dtolnay/[email protected] | ||
- uses: Swatinem/[email protected] | ||
with: | ||
|
@@ -123,6 +127,8 @@ jobs: | |
if: needs.run_checker.outputs.run_tests == 'true' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: 'true' | ||
- uses: dtolnay/[email protected] | ||
- uses: Swatinem/[email protected] | ||
with: | ||
|
@@ -146,6 +152,8 @@ jobs: | |
if: needs.run_checker.outputs.run_tests == 'true' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: 'true' | ||
- uses: dtolnay/[email protected] | ||
- uses: Swatinem/[email protected] | ||
with: | ||
|
@@ -163,6 +171,8 @@ jobs: | |
if: needs.run_checker.outputs.run_tests == 'true' && needs.run_checker.outputs.run_lint_rust == 'true' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: 'true' | ||
- uses: dtolnay/[email protected] | ||
with: | ||
components: clippy | ||
|
@@ -189,6 +199,8 @@ jobs: | |
if: needs.run_checker.outputs.run_tests == 'true' && needs.run_checker.outputs.run_lint_rust == 'true' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: 'true' | ||
- uses: dtolnay/rust-toolchain@v1 | ||
with: | ||
# This has to match `rust-toolchain` in the rust-toolchain file of the dylint lints | ||
|
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,6 +1,3 @@ | ||
[submodule "crates/astria-bridge-withdrawer/ethereum/lib/forge-std"] | ||
path = crates/astria-bridge-withdrawer/ethereum/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "crates/astria-bridge-withdrawer/ethereum/lib/openzeppelin-contracts"] | ||
path = crates/astria-bridge-withdrawer/ethereum/lib/openzeppelin-contracts | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts | ||
[submodule "crates/astria-bridge-withdrawer/astria-bridge-contracts"] | ||
path = crates/astria-bridge-withdrawer/astria-bridge-contracts | ||
url = https://github.com/astriaorg/astria-bridge-contracts.git |
Submodule astria-bridge-contracts
added at
4580ff
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.
Submodule forge-std
deleted from
978ac6
1 change: 0 additions & 1 deletion
1
crates/astria-bridge-withdrawer/ethereum/lib/openzeppelin-contracts
Submodule openzeppelin-contracts
deleted from
dbb610
26 changes: 0 additions & 26 deletions
26
crates/astria-bridge-withdrawer/ethereum/local.env.example
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...stria-bridge-withdrawer/ethereum/out/AstriaBridgeableERC20.sol/AstriaBridgeableERC20.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...es/astria-bridge-withdrawer/ethereum/out/AstriaMintableERC20.sol/AstriaMintableERC20.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
crates/astria-bridge-withdrawer/ethereum/out/AstriaWithdrawer.sol/AstriaWithdrawer.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
crates/astria-bridge-withdrawer/ethereum/out/IAstriaWithdrawer.sol/IAstriaWithdrawer.json
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
crates/astria-bridge-withdrawer/ethereum/script/AstriaWithdrawer.s.sol
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
crates/astria-bridge-withdrawer/ethereum/src/AstriaBridgeableERC20.sol
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.