Skip to content

Releases: ensuro/utils

Version 0.3.1

21 Oct 16:50

Choose a tag to compare

What's Changed

  • Adds TestCurrencyPermit contract supporting EIP-2612 by @gnarvaja in #5

Full Changelog: v0.3.0...v0.3.1

Version 0.3.0

27 Aug 20:39
877e5b4

Choose a tag to compare

What's Changed

  • TestCurrency: remove access control by @gnarvaja in #4

Full Changelog: v0.2.10...v0.3.0

Version 0.2.10

25 Aug 17:02

Choose a tag to compare

  • Improvements to setupAMRole function
  • Fix to verifiable binaries task

Full Changelog: v0.2.9...v0.2.10

Version 0.2.9

13 Jun 14:43

Choose a tag to compare

  • 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

05 Jun 19:42

Choose a tag to compare

  • Small fix in tagIt regexp to accept + in the variant name.

Full Changelog: v0.2.7...v0.2.8

Version 0.2.7

27 May 13:44

Choose a tag to compare

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

  • @gnpar made their first contribution in #3

Full Changelog: v0.2.6...v0.2.7

Version 0.2.6

03 Apr 20:16
37d6663

Choose a tag to compare

What's Changed

  • Fixes to verifiable binaries ported from deploy-scripts by @gnarvaja in #2

New Contributors

Full Changelog: v0.2.5...v0.2.6

Version 0.2.5

27 Mar 17:56

Choose a tag to compare

  • 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

12 Mar 18:54

Choose a tag to compare

  • 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

18 Feb 20:10

Choose a tag to compare

  • 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