Releases: tryethernal/hardhat-ethernal
Releases · tryethernal/hardhat-ethernal
v0.7.1
Changed
- Start syncing transactions when the block has been synced. If block syncing fails, tx won't be synced.
v0.7.0
Changed
- AST upload is now disabled by default. To enable it
hre.ethernalUploadAstneeds to be set to true in hardhat.config.js.
v0.6.0
v0.5.1
v0.5.0
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
Fixed
- package.json config
v0.4.0
Fixed
- Conflict with typechain
- Custom flagging to control tracing/syncing
Removed
- A lot of boilerplate code & files
v0.3.13
Fixed
- Plugin was crashing if the traceHandler was called before the plugin was completely initialized
v0.3.12
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
Added
- Return method result in transaction tracing.