-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZIL-5536: Feature/bridge validator node (#336)
* Bridge Validator Implementation Start * Refactor main and add p2plib from zq2 * Minimal implementation of bridge * Add config file support + add scripts for manual testing * Fix tests * add ChainDispatcherWithoutFees + ZRC2Wrapper + Full test * deploy chaingateway + zrc2proxy * add upgradeability to tokenmanagers * forge install: openzeppelin-foundry-upgrades * add * forge install: openzeppelin-contracts v5.0.1 * add UUPS upgrade * Update running scripts * refactor scripts to use config * new upgrade * Implement improvements * Add TransferTokenOwnership on MintAndBurnTokenManager * small tweaks * Add token manager test * forge install: openzeppelin-contracts-upgradeable v5.0.1 * Updated upgrading tests and deployment * Update Deployment Scripts * Add tests for upgrading contracts * Update the ZRC2Proxy contract * Update the name for the contracts * Remove ZRC2ProxyForZRC2 code that has been migrated * Update trunk gitleaks * Update * Refactor Rust Implementation * Small refactor on rust code
- Loading branch information
Showing
86 changed files
with
14,269 additions
and
255 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 |
---|---|---|
@@ -1,3 +1,12 @@ | ||
[submodule "products/bridge/smart-contracts/lib/forge-std"] | ||
path = products/bridge/smart-contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "products/bridge/smart-contracts/lib/openzeppelin-foundry-upgrades"] | ||
path = products/bridge/smart-contracts/lib/openzeppelin-foundry-upgrades | ||
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades | ||
[submodule "products/bridge/smart-contracts/lib/openzeppelin-contracts"] | ||
path = products/bridge/smart-contracts/lib/openzeppelin-contracts | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts | ||
[submodule "products/bridge/smart-contracts/lib/openzeppelin-contracts-upgradeable"] | ||
path = products/bridge/smart-contracts/lib/openzeppelin-contracts-upgradeable | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable |
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
Oops, something went wrong.