Skip to content

Releases: Tenderly/hardhat-tenderly

@tenderly/[email protected]

21 Nov 12:53
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Implemented private and public ABI verification for Lens Testnet

@tenderly/[email protected]

21 Nov 11:53
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Implemented private and public ABI verification for Lens Testnet

@tenderly/[email protected]

26 Sep 14:13
d2af8f7
Compare
Choose a tag to compare

Minor Changes

Removed the need to call tdly.setup() function in hardhat.config.ts file.
From now, it’s enough to call import "@tenderly/hardhat-tenderly"; after importing hardhat-ethers and hardhat-upgrades.

Modified examples/ to not use the tdly.setup() function.

Fixed the error that has been showing during populating the networks step.

@tenderly/[email protected]

26 Sep 14:09
2809b5b
Compare
Choose a tag to compare

Minor Changes

Implement automatic verification for proxies via the @openzeppelin/hardhat-upgrades library for @tenderly/hardhat-tenderly@^1.0.0.

Added examples in ethers-v5 directory to show how this automatic verification of proxies works.

Removed the need to call tdly.setup() function in hardhat.config.ts file.
From now, it’s enough to call import "@tenderly/hardhat-tenderly"; after importing hardhat-ethers and hardhat-upgrades.

Modified examples/ to not use the tdly.setup() function.

Fixed the error that has been showing during populating the networks step.

@tenderly/[email protected]

26 Sep 13:38
Compare
Choose a tag to compare
Pre-release

Minor Changes

Implement automatic verification for proxies via the @openzeppelin/hardhat-upgrades library for @tenderly/hardhat-tenderly@^1.0.0.

Added examples in ethers-v5 directory to show how this automatic verification of proxies works.

Removed the need to call tdly.setup() function in hardhat.config.ts file.
From now, it’s enough to call import "@tenderly/hardhat-tenderly"; after importing hardhat-ethers and hardhat-upgrades.

Modified examples/ to not use the tdly.setup() function.

Fixed the error that has been showing during populating the networks step.

Patch Changes

@tenderly/[email protected]

26 Sep 13:46
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Implement automatic verification for proxies via the @openzeppelin/hardhat-upgrades library for @tenderly/hardhat-tenderly@^1.0.0.

    Added examples in ethers-v5 directory to show how this automatic verification of proxies works.

    Removed the need to call tdly.setup() function in hardhat.config.ts file.
    From now, it’s enough to call import "@tenderly/hardhat-tenderly"; after importing hardhat-ethers and hardhat-upgrades.

    Modified examples/ to not use the tdly.setup() function.

    Fixed the error that has been showing during populating the networks step.

@tenderly/[email protected]

26 Sep 13:38
Compare
Choose a tag to compare
Pre-release

Patch Changes

@tenderly/[email protected]

26 Sep 13:46
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Implement automatic verification for proxies via the @openzeppelin/hardhat-upgrades library for @tenderly/hardhat-tenderly@^1.0.0.

    Added examples in ethers-v5 directory to show how this automatic verification of proxies works.

    Removed the need to call tdly.setup() function in hardhat.config.ts file.
    From now, it’s enough to call import "@tenderly/hardhat-tenderly"; after importing hardhat-ethers and hardhat-upgrades.

    Modified examples/ to not use the tdly.setup() function.

    Fixed the error that has been showing during populating the networks step.

@tenderly/[email protected]

26 Sep 13:38
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • ac

@tenderly/[email protected]

25 Sep 14:12
96a9c9a
Compare
Choose a tag to compare

Patch Changes

#225 5cc3346825ad3f7d48eabe069a6c61835b26e3b7 Thanks @dule-git!

Added error messages if ethers and hardhat-tenderly versions are not compatible for each other
(ethersv5 and @tenderly/hardhat-tenderly@^2.0.0, or ethersv6 and @tenderly/hardhat-tenderly@^1.0.0.

Also added info log if there's a new @tenderly/hardhat-tenderly version available.