Releases: tryethernal/hardhat-ethernal
Releases · tryethernal/hardhat-ethernal
v0.3.10
Fixed
- Bug that prevented calling the push functions multiple times in the same Ethernal instance.
v0.3.9
Fixed
- Conflict with ethersjs library in ethersjs package & hardhat-deploy.
v0.3.8
v0.3.7
Added
- Allows logging in using ETHERNAL_EMAIL & ETHERNAL_PASSWORD env variables instead of configstore and keytar
v0.3.6
Changed
- Send dependencies one by one, to avoid Firebase payload limitation
v0.3.5
Fixed
- Changelog parsing when releasing new version
v0.3.4
Fixed
- Default Firebase variables
v0.3.3
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
- Cleaner code
- Send bytecode hash on CALLs, in case we don't know the contract
Add tracer
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.