This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change config to match new username/project * Added ProxyAdmin multisig singleton, changed deployer back to Signer * Added proxyAdminSigner to env deps on prod/dev, upgrade tasks now submit upgrade txs to proxyAdminMultisig * Fixes according to tsc output * Lint * fix remaining issues with tests, typo in env.config * Resolved open conversation with env switching proxyAdminSigner * Add pkey helper method, rename contract to ProxyAdminMultisig * Remove _PROD proxyAdmin signer * Move proxyAdmin address into multiSig struct, Address PR comments * Address tsc complains from refactor * Add type safety to env.config, remove unused env vars * explicitly call deploy scripts with a deployer Signer * Added config fields for prod, made apTeamMultisig and charityApplications optional signers * Added multisig signer args to tasks * lint * Fix useless ternary * Fix order of accounts in env.config.ts (+refactor) * Rename PROXY_ADMIN_DEV_[] to PROXY_ADMIN_[] * Rename ProxyAdmin__factory uses to ProxyAdminMultiSig__factory * Refactor getSigners * Add JSON.stringify when printing newly created endowment * Refactor resetContractAddresses * Refactor networkHelpers.ts * Set ProxyAdminMultiSig as diamond's contract owner * Await ownership transfer on deployGasFwd * Refactor deployCharityApplications * Refactor deployIndexFund * Update deployEndowmentMultiSig > rename 'admin' to 'proxyAdmin' * Update deployVaultEmitter > rename 'admin' to 'proxyAdmin' * Update deployAPTeamMultiSig > rename 'admin' to 'proxyAdmin' * Fix typo in proxyAdminPkey param description * Fix upgrade:ContractsUsingAccountStorage * Refactor upgradeFacets/cutDiamond * Deploy ProxyAdminMultiSig by default * Remove proxyAdminMultiSig from saved addresses * Increase transaction expiry time for ProxyAdminMultiSig * Fix modifier error messages in MultiSig(s) * Fix Accounts diamond owner to be set to APTeamMultiSig * Add yes flag to deploy:GasFwd * Better logs * Use apTeam2 wallet in createEndowment * Use isConfirmed in MultiSigGeneric where possible * Fix CharityApplications executeProposal only if enough confirmations achieved * Update createEndowment to work with prod and dev * Minor fixes in manage:accounts:updateConfig * Fix upgrade:endowmentMultiSig:emitter - use ITransparentUpgradeableProxy__factory * Transfer EndowmentMultiSigFactory ownership to ProxyAdminMultiSig after creation * Make proxyAdmin and implementationAddress in EndowmentMultiSigFactory public * add missing env vars to template * remove override * Set EndowmentMultiSigFactory owner to APTeamMultiSig proxy * Update deployGasFwd.Data.admin -> proxyAdmin * Remove address validation in OwnershipFacet.owner * Fix manage:changeAdmin * Add missing address validation to OwnershipFacet.transferOwnership * Remove NETWORK and VERIFY_CONTRACTS from .env * FYEO-ANGL-ID-29: Fix last of missing Zero Address checks (#348) * FYEO-ANGL-ID-29: MISSING ZERO ADDRESS CHECKS * validator used in core contracts * add more checks w/ Validator; Fix validator imports; --------- Co-authored-by: Andrey <SovereignAndrey> * Pass owners array to deployProxyAdminMultiSig * Pass ProxyAdminMultiSig owners in deploy scripts --------- Co-authored-by: Nenad <[email protected]> Co-authored-by: Andrey <SovereignAndrey> Co-authored-by: SovereignAndrey <[email protected]>
- Loading branch information
1 parent
dc37705
commit 283a226
Showing
95 changed files
with
2,077 additions
and
676 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
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
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
Oops, something went wrong.