-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* commiting a working version of makefile * new files * committing update eth contract code * artifacts * upgrade ETH bridge script * updated snos and add cairo lang as gitmodule * working w/ submodules * purge scrip * ignore all for submodules * add verifier to env * rename purge script * fixes * Fix : kzg stateupdate and y_0 point eval (#166) * feat : refactored blob calc logic * feat : updated y_0 point logic * fix : tests * fix : tests * fix : gh runners * fix : gh runners * fix : linter fix and env.tests fix * makefile commit hash changes * fix : test * feat : updated ethereum settlement client funcs * feat : refactor changes * snos build fix * chore : refactor test cases * chore : refactor * chore : refactor * fix : lint * fix : db functions * Makefile fixes (#168) * fixes * fix pid kill * fix verifier add * Makefile fixes (#170) * fixes * fix pid kill * fix verifier add * review fixes * fix clippy * e2e test fix * upgrade l1 bridge * makefile changes * changelog * prettier * readme for artifacts * commit file * change sleep time * fix readme * add points in readme * prettier --------- Co-authored-by: Arun Jangra <arunjangra1001@gmail.com>
- Loading branch information
1 parent
85aacf6
commit ce5219d
Showing
16 changed files
with
3,196 additions
and
18 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 |
---|---|---|
@@ -1,2 +1,9 @@ | ||
target/ | ||
dashboards | ||
cairo-lang/ | ||
madara/ | ||
madara-bootstrapper/ | ||
pathfinder/ | ||
orchestrator_venv/ | ||
build/ | ||
node_modules/ |
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 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,17 @@ | ||
Link to artifact sources | ||
|
||
Ethereum | ||
|
||
1. /eth/eic_eth_bridge.json - <https://github.com/starknet-io/starkgate-contracts/blob/5a10fd263d29cd032b7229691d043520edae0737/src/solidity/StarkgateUpgradeAssistExternalInitializer.sol> | ||
2. /eth/new_eth_bridge.json - <https://github.com/starknet-io/starkgate-contracts/blob/5a10fd263d29cd032b7229691d043520edae0737/src/solidity/StarknetEthBridge.sol> | ||
|
||
Starknet | ||
|
||
1. /starknet/bridge_proxy_legacy.json - <https://github.com/karnotxyz/kanot-bridge-deployment/blob/98c8cf5e80ebbb32f0a56c421055adaefae0b871/src/contracts/proxy_legacy.json> | ||
2. /starknet/eic_eth_bridge.sierra.json - from SN Sepolia | ||
3. /starknet/eic_eth_token.sierra.json - from SN Sepolia | ||
4. /starknet/new_eth_bridge.sierra.json - from SN Sepolia | ||
5. /starknet/new_eth_token.sierra.json - from SN Sepolia | ||
|
||
TODO: move this code to the bootstrapper + build contracts from source | ||
in the repo itself |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.