Releases: Layr-Labs/zeus
Releases · Layr-Labs/zeus
0.4.3
zeus test
output is now colored.
0.4.2
- 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
Experimental Linux Support (Debug Release).
0.4.0:
- Supports the new explicit
options()
syntax in multisig builder.
- Deprecates
zSetMultisigContext()
, as options()
should be used instead.
0.3.3
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.1
- Support for the latest multisig file syntax, which includes implicit transactions driven by forge's trace feature.
0.2.1
for testing updated test syntax
0.2.0
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
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.