Skip to content

Releases: tryethernal/hardhat-ethernal

v0.7.1

12 Apr 19:25

Choose a tag to compare

Changed

  • Start syncing transactions when the block has been synced. If block syncing fails, tx won't be synced.

v0.7.0

27 Mar 15:57

Choose a tag to compare

Changed

  • AST upload is now disabled by default. To enable it hre.ethernalUploadAst needs to be set to true in hardhat.config.js.

v0.6.0

27 Mar 15:53

Choose a tag to compare

Fixed

  • Dependencies

v0.5.1

24 Mar 16:44

Choose a tag to compare

Fixed

  • Reorganized dependencies to fix conflicts with hardhat-deploy

v0.5.0

15 Feb 15:01

Choose a tag to compare

Added

  • Set hre.ethernalResetOnStart = 'workspaceName' in your Hardhat config file to automatically reset this workspace when the node starts.
  • Function hre.ethernal.resetWorkspace(workspaceName) to manually reset a workspace

v0.4.1

13 Feb 00:26

Choose a tag to compare

Fixed

  • package.json config

v0.4.0

11 Feb 10:04

Choose a tag to compare

Fixed

  • Conflict with typechain
  • Custom flagging to control tracing/syncing

Removed

  • A lot of boilerplate code & files

v0.3.13

04 Feb 10:28

Choose a tag to compare

Fixed

  • Plugin was crashing if the traceHandler was called before the plugin was completely initialized

v0.3.12

05 Jan 15:45

Choose a tag to compare

Changed

  • If dependencies fail to upload (often due to file size) when pushing artifacts, it won't make the whole thing fail. Contract abi/name will still be pushed. Only storage reading won't be available

v0.3.11

21 Dec 09:57

Choose a tag to compare

Added

  • Return method result in transaction tracing.