Releases: ensuro/utils
Releases · ensuro/utils
Version 0.3.1
What's Changed
Full Changelog: v0.3.0...v0.3.1
Version 0.3.0
What's Changed
Full Changelog: v0.2.10...v0.3.0
Version 0.2.10
- Improvements to setupAMRole function
- Fix to verifiable binaries task
Full Changelog: v0.2.9...v0.2.10
Version 0.2.9
- Fix amScheduleAndExecuteBatch function
- Adds getAccessManagerRole function to build access manager roles from string
Full Changelog: v0.2.8...v0.2.9
Version 0.2.8
- Small fix in tagIt regexp to accept
+in the variant name.
Full Changelog: v0.2.7...v0.2.8
Version 0.2.7
What's Changed
- Set dependencies as peer, upgrade dependencies by @gnpar in #3
- Fix readImplementationAddress
- New amScheduleAndExecute functions to work with access manager timelocks
New Contributors
Full Changelog: v0.2.6...v0.2.7
Version 0.2.6
Version 0.2.5
- Changes in tagit functions: boolean selector
Now you can enable or disable tests based on a boolean attribute of the
variant.
Also, now the recommended way of using it is:
variants.forEach((variant) => {
const it = (testDescription, test) => tagitVariant(variant, false, testDescription, test);
it.only = (testDescription, test) => tagitVariant(variant, true, testDescription, test);And later you use it(...)
Full Changelog: v0.2.4...v0.2.5
Version 0.2.4
- Options to TestERC4626 to simulate maxXXX results
- Factory function for the captureAny feature
Full Changelog: v0.2.3...v0.2.4
Version 0.2.3
- Adds captureAny to capture error and event args
- Added and improved setupAMRole and other functions for working with AccessManagedProxy.
Full Changelog: v0.2.2...v0.2.3