Skip to content

Releases: Layr-Labs/zeus

0.4.3

06 Dec 21:02
Compare
Choose a tag to compare
  • zeus test output is now colored.

0.4.2

06 Dec 19:41
ffd0277
Compare
Choose a tag to compare
  • Fixes an issue with the Gnosis API ("Unprocessable Entity"), where value was set incorrectly to a hex string instead of the base-10 value as a string.

0.4.1

05 Dec 07:09
66aaf26
Compare
Choose a tag to compare

Experimental Linux Support (Debug Release).

0.4.0:

04 Dec 22:35
8d74ce7
Compare
Choose a tag to compare
  • Supports the new explicit options() syntax in multisig builder.
  • Deprecates zSetMultisigContext(), as options() should be used instead.

0.3.3

04 Dec 18:22
6b5bb1b
Compare
Choose a tag to compare

0.3.3:

  • zeus deploy verify no longer fails if it can't write to the repo.
  • Fixed a bug where the multisig step incorrectly reported multiple transactions.
  • Introduced support for Testnet 1/N Multisig Immediate execution.

0.3.2

03 Dec 18:49
Compare
Choose a tag to compare
fix dev build and --slow

0.3.1

26 Nov 21:36
Compare
Choose a tag to compare
  • Support for the latest multisig file syntax, which includes implicit transactions driven by forge's trace feature.

0.2.1

26 Nov 16:47
Compare
Choose a tag to compare

for testing updated test syntax

0.2.0

20 Nov 21:17
Compare
Choose a tag to compare

Changelog:

0.2.0:

  • zeus test now invokes forge test directly and provides way more sensible output.
  • zeus tests are now proper forge integration tests. ZeusScript now extends Test, and can use assertEq.

0.1.1

20 Nov 17:10
Compare
Choose a tag to compare

0.1.1:

  • Changed the core contracts to emit events while communicating with Zeus instead of using return types.
    • why: events are more highly structured, can be parsed via the ZeusScript ABI, and don't require manual tuple parsing.
  • zeus env show <env> now prints all of the contracts and environment parameters associated with an environment.
  • Fixed a bug with zeus deploy cancel which require duplicate prompts.