Releases: dawsbot/essential-eth
Releases · dawsbot/essential-eth
v0.5.0
Breaking Changes
- The return type of
getBlock
now matchesethers
closer by converting a few of thestring
s toBig
s.- See which fields have changed here
What's Changed
- ✨ Added hexZeroPad function by @arimgibson in #68
- ✨ Added getTransaction function by @arimgibson in #64
- 🕷 Fix docs by @dawsbot in #69
Full Changelog: v0.4.11...v0.5.0
v0.4.11
v0.4.10
What's Changed
- ✨ Added etherToGwei and gweiToEther functions by @arimgibson in #63
- ✏️ Update references to web3.js and ethers.js docs by @arimgibson in #62
- ✏️ Fixed inconsistencies and typos by @arimgibson in #61
Full Changelog: v0.4.9...v0.4.10
v0.4.9
What's Changed
For the end-user
- 📖 New website by @dawsbot in #60
- ✨ Basic Error Handling by @dawsbot in #55
- ✨
getGasPrice
by @dawsbot in #53 - 🧼 Make all possible class members private and readonly by @dawsbot in #46
For the devs
- Force
interface
s instead oftype
s using ESLint by @arimgibson in #48 - 🧪 ESLint Reject
.skip
and.only
in Jest Testing by @arimgibson in #50
New Contributors
- @arimgibson made their first contribution in #44
Full Changelog: v0.4.8...v0.4.9