Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 4.23 KB

File metadata and controls

56 lines (41 loc) · 4.23 KB

100.0.0 (2019-09-18)

Bug Fixes

  • account: Update error message when asking for a contract that is not verified by etherscan (9809154)
  • fix test exit on fixture package (6bb2c1b)
  • missing data parameter. (9692e73)
  • remove package-lock.json (05606c9)
  • etherascan-api: build breaks???? (aa4bcc0)
  • etherscan-api: calls fixed that used the wrring actions and moules (c1eddc7)
  • etherscan-api: fix the call to contract/getsourcecode failing (5ce966d)
  • etherscan-api: remnove bundling (6745950)
  • integration-test-node: exactly match version of etherscan-api (d1feaf6)

chore

  • etherscan-api: removed swagger cli as depndency (5e981ff)

Features

  • etehrscan-api: introduce property and value object for the network (4c48188)
  • etherscan-api: add code for stats chainsize (e35ba41)
  • etherscan-api: add contract getabi getsourcecode code (db0f6ae)
  • etherscan-api: add contract/getabi (47e875c)
  • etherscan-api: add stats ethprice, ethsupply (ee65de8)
  • etherscan-api: add transaction api client code (05db91b)
  • etherscan-api: added a version number to Client (51fa154)
  • etherscan-api: added account tokenbalance (fe9e07f)
  • etherscan-api: added call to stats/tokensupply (4c7dd8e)
  • etherscan-api: added last clients for proxy (2c41520)
  • etherscan-api: added paging to account/getminedblocks (5332b45)
  • etherscan-api: added stats/chainsize (15a888f)
  • etherscan-api: blocks api (b534dd6)
  • etherscan-api: bundle everthing with fusebox (edd7ca3)
  • etherscan-api: bundling a package for gthe browser with browserify (a958188)
  • etherscan-api: choose the network by parameter (1e0f54c)
  • etherscan-api: handle status 500 errors (90c4655)
  • etherscan-api: implementing most of the features for account (35afb4e)
  • etherscan-api: integrating most proxy actions to the main client (5e6a6d1)
  • etherscan-api: missing api pieces mostly proxy (c34f1dc)
  • etherscan-api: more proxy client classes added (aea8447)
  • etherscan-api: multiple addresses get checked for bounds (e8c287c)
  • etherscan-api: simple paging helper tested (0edbf95)
  • etherscan-api: start implementing all possible networks (87a5564)
  • integration-test-browser: simple integration tests for chrome (0c3d85d)

BREAKING CHANGES

  • etherscan-api: foo