Releases: Layr-Labs/zeus
Releases · Layr-Labs/zeus
1.3.2
1.3.2:
zeus deploy verify
now allows checking the correctness of the most recent submitted gnosis transaction.
1.3.1
Adds ZEUS_DEPLOY_FROM_VERSION
and ZEUS_DEPLOY_TO_VERSION
, automatically injected to upgrades.
1.3.0
Bugs
- Fixes a bug where deploying Beacon contracts lead to an issue finding the ABI.
- Fixes a bug where providing an incorrect RPC node lead to an inf loop
- Changes the calculation logic of multisig transactions to be more accurate.
- Fixes an issue where zeus deploy verify did not respect the deploy lock, leading to clobbers.
Changes
- Removed
--slow
from forge invocations, as zeus already awaits individual transactions.
Features
- Allows multisig steps to not return a transaction without breaking the deploy.
- Support arbitrary ChainIDs in zeus env new
1.2.1
1.2.1:
- Minor bugfixes and aesthetic improvements.
1.2.0
1.2.0:
- Supports
zeus deploy run [--fork anvil | tenderly]
.
- See full documentation at
zeus deploy run --help
- Allows applying a single upgrade w/o human interaction onto an anvil or tenderly testnet for debugging purposes.
1.1.2
- Supports custom derivation paths entirely (as opposed to prev. just addr index)
1.1.1
1.1.1:
bugfixes:
- Includes a small patch to make errors more legible in the state machine.
1.1.0
1.1.0:
Bugfix:
- Fixes the Gnosis<>Ledger integration, which previously was not signing correctly.
1.0.9
- Still debugging gnosis signature submissions
1.0.8
- Use
calculateTransactionHash
directly.