Skip to content

Releases: tryethernal/hardhat-ethernal

v3.3.0

12 Sep 14:50
Compare
Choose a tag to compare

Removed

  • experimentalAddHardhatNetworkMessageTraceHook hook. This means that tracing a Hardhat network will have to be done like other networks.

v3.2.5

01 Sep 19:19
Compare
Choose a tag to compare

Added

  • Workspace can be reset even if sync is disabled

v3.2.4

31 Aug 11:41
Compare
Choose a tag to compare

Changed

  • Better dependencies management

v3.2.3

19 Aug 15:27
Compare
Choose a tag to compare

Fixed

  • Dependencies

v3.2.2

19 Aug 15:19
Compare
Choose a tag to compare

Changed

  • Upgrade packages

v3.2.0

12 Jun 10:06
Compare
Choose a tag to compare

Added

  • workspace parameter in the ethernal.push function to override global config for this call

Fixed

  • Bug that was uploading too much data for AST upload, speeding up the process

v3.1.0

20 Dec 22:05
Compare
Choose a tag to compare

Added

  • Verbose mode. Display full error object + config on plugin start

Changed

  • Error message returned by server is now displayed
  • Better error handling

v3.0.2

07 Dec 14:17
Compare
Choose a tag to compare

Changed

  • Update API endpoint

v3.0.1

09 Nov 13:17
Compare
Choose a tag to compare

Fixed

  • Transaction tracing. More reliable now.

v3.0.0

03 Nov 17:08
Compare
Choose a tag to compare

Changed

  • [Breaking Change] AST is now uploaded to Postgres, not Firebase RTDB anymore
  • [(Semi) Breaking Change] Block skipping is now manual, using the skipFirstBlock parameter