Skip to content

Releases: Layr-Labs/zeus

1.3.2

14 Mar 15:29
13117ec
Compare
Choose a tag to compare

1.3.2:

  • zeus deploy verify now allows checking the correctness of the most recent submitted gnosis transaction.

1.3.1

12 Mar 16:42
fc1735e
Compare
Choose a tag to compare

Adds ZEUS_DEPLOY_FROM_VERSION and ZEUS_DEPLOY_TO_VERSION, automatically injected to upgrades.

1.3.0

11 Mar 17:00
d913626
Compare
Choose a tag to compare

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

23 Jan 00:53
Compare
Choose a tag to compare

1.2.1:

  • Minor bugfixes and aesthetic improvements.

1.2.0

22 Jan 17:19
46ca61f
Compare
Choose a tag to compare

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

21 Jan 20:32
f08f7a7
Compare
Choose a tag to compare
  • Supports custom derivation paths entirely (as opposed to prev. just addr index)

1.1.1

15 Jan 16:52
effdf91
Compare
Choose a tag to compare

1.1.1:
bugfixes:

  • Includes a small patch to make errors more legible in the state machine.

1.1.0

12 Jan 22:15
a1aa82a
Compare
Choose a tag to compare

1.1.0:
Bugfix:

  • Fixes the Gnosis<>Ledger integration, which previously was not signing correctly.

1.0.9

10 Jan 19:19
Compare
Choose a tag to compare
  • Still debugging gnosis signature submissions

1.0.8

10 Jan 18:51
Compare
Choose a tag to compare
  • Use calculateTransactionHash directly.