Skip to content

Releases: tryethernal/hardhat-ethernal

v0.3.10

22 Aug 20:54
Compare
Choose a tag to compare

Fixed

  • Bug that prevented calling the push functions multiple times in the same Ethernal instance.

v0.3.9

22 Aug 12:52
Compare
Choose a tag to compare

Fixed

  • Conflict with ethersjs library in ethersjs package & hardhat-deploy.

v0.3.8

25 Jul 12:09
Compare
Choose a tag to compare

Fixed

  • Fails gracefully when the plugin is called and no workspace has been created yet. Thanks @ShaunLWM for the PR!

v0.3.7

21 Jul 22:13
Compare
Choose a tag to compare

Added

  • Allows logging in using ETHERNAL_EMAIL & ETHERNAL_PASSWORD env variables instead of configstore and keytar

v0.3.6

02 Jun 15:24
Compare
Choose a tag to compare

Changed

  • Send dependencies one by one, to avoid Firebase payload limitation

v0.3.5

29 May 15:34
a1169a8
Compare
Choose a tag to compare

Fixed

  • Changelog parsing when releasing new version

v0.3.4

29 May 15:12
cb1ad4e
Compare
Choose a tag to compare

Fixed

  • Default Firebase variables

v0.3.3

29 May 15:02
Compare
Choose a tag to compare

Added

  • Build system: when a new version is merged on master, a Github Action is going to build the plugin, create a release, and publish to NPM

Changed

  • Firebase config can now be set through environment variables. This makes it easier to connect to a custom Firebase backend (better ux for self hosted deployments).

Cleaner code + small improvement

18 May 22:33
Compare
Choose a tag to compare
  • Cleaner code
  • Send bytecode hash on CALLs, in case we don't know the contract

Add tracer

16 May 20:15
093a572
Compare
Choose a tag to compare

Trace write transactions with experimentalAddHardhatNetworkMessageTraceHook. This allows to show CALLx and CREATEx operations in the dashboard, on the transaction page, similarly to the "Internal Txns" Etherscan feature.