Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

v6.8.2 - Hotfix 🔥

Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 16 Jan 18:53
· 88 commits to develop since this release
v6.8.2
ccba143

 Highlights    How to Upgrade    Changelog    Related Releases 


We're moving to a betalatest release pipeline, where all non-hotfix changes are first released in a beta before being promoted to a stable release.

We'd love it if you'd start using the latest betas and let us know early and often if you find any bugs or regressions!

Highlights

The previous release, v6.8.1, changed the way chainId's (the v value) were handled for raw transactions which in turn was preventing them from being accepted in certain situations. This fixes this issue and reverts the change that enabled EIP-155 replay protection in order to preserve backwards compatibility. Additionally, the mismatch of between ganache-cli's hardcoded chainId and its default net_version caused metamask signed transactions to always fail. Ganache-cli will accept any v value as it used to prior to v6.8.2.

This behavior will change in the next major release of ganache-cli and the default behavior will be to validate the v value of raw transactions against the configured chainId.


How to Upgrade

Upgrade to the latest version of ganache-cli by running:

npm

npm uninstall ganache-cli -g
npm install ganache-cli@latest -g

yarn

yarn global remove ganache-cli
yarn global add ganache-cli@latest

Changelog

Bug Fixes

Related Releases


💖 The Truffle Team