-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eth contract: try the minimized approach (#178)
* audit: disable all initialization for implementation contract and add keyVersion variable * address comments * try the minimized eth contract approach * add withdraw function with AccessControl * add to .gitignore * finalize eth contract * tune down the gas for respond * Update chain-signatures/contract-eth/contracts/ChainSignatures.sol Co-authored-by: Phuong Nguyen <[email protected]> * added event Withdraw event * format eth contract * etch contract refactoring, parameters and requestId tuned * pass initial deposit in constructor * remove unused String import, simlify naming * renamed admin parameter * remove request id calculations from eth contract * remove timestemp * Added check of payload to indexer eth * add indexer changes to support the contract change * add configs for mainnet deploy * fix mainnet key * add script for generating ethereum account keys * dummy sk for testing * remove Gas Optimization section --------- Co-authored-by: Xiangyi Zheng <[email protected]> Co-authored-by: Serhii Volovyk <[email protected]> Co-authored-by: Phuong Nguyen <[email protected]> Co-authored-by: Phuong N <[email protected]>
- Loading branch information
1 parent
ca53f62
commit f565b57
Showing
24 changed files
with
4,157 additions
and
1,652 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
177 changes: 0 additions & 177 deletions
177
chain-signatures/contract-eth/.openzeppelin/sepolia.json
This file was deleted.
Oops, something went wrong.
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.