Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.04 KB

File metadata and controls

21 lines (16 loc) · 1.04 KB

node-metamask changelog

[ > ] 1.1.1 / 23.08.2018

  • Adds formatResult method to ensure results are formatted to work with ethers.js
  • Fixes MetaMaskConnector to ensure the correct payload is sent to RemoteMetaMaskProvider

[ > ] 1.1.0 / 11.08.2018

  • Adds support for Web3 0.x on the node side (thanks @frods)
  • Provides correct mapping of requests (also thanks @frods!)
  • Fixes typos in and adds some more JSON-RPC requests (eth_blockNumber, eth_getLogs, eth_getTransactionByHash), also by @frods :)
  • Add eslint checks (thanks @ryanchristo!)
  • Fixes some typos in readme (thanks to @hems)

[ > ] 1.0.2 / 29.05.2018

  • Fix empty result error bug

[ > ] 1.0.1 / 26.05.2018

  • Fix memory leak bug

[ > ] 1.0.0 / 26.05.2018

  • Initial release