MetaMask / eth-token-tracker

A JS module for tracking Ethereum token balances over block changes
ISC License
76 stars 44 forks source link

Version 3.2.0 #72

Closed danjm closed 2 years ago

danjm commented 2 years ago

Bumps the version in package.json and updates the changelog

Gudahtt commented 2 years ago

Could you update this to include https://github.com/MetaMask/eth-token-tracker/pull/73? The error state wasn't being cleared properly after retrieving a balance successfully.

danjm commented 2 years ago

@Gudahtt I have updated this to include #73

Gudahtt commented 2 years ago

I've just noticed that this release also includes setting the minimum Node.js version to v12, which is a breaking change.

danjm commented 2 years ago

Closing in favour of https://github.com/MetaMask/eth-token-tracker/pull/74

@gantunesr and @Gudahtt: can I get your review on that PR?