etherscan-api-e
Version:
API to etherscan with a simple interface
224 lines (166 loc) • 5.18 kB
Markdown
2019-09-06
==========
* 10.0.4
* changelog
* Merge pull request [#54](https://github.com/sebs/etherscan-api/issues/54) from DmitryPogodaev/patch-1
Update get-request.js
* 10.0.3
* Merge pull request [#47](https://github.com/sebs/etherscan-api/issues/47) from tipsysquid/patch/txlistinternal
txlistinternal now utilizes user specified parameters
2019-09-05
==========
* Merge pull request [#59](https://github.com/sebs/etherscan-api/issues/59) from superern/master
Add Page, Offset for tokentx
* additional updates
* Fix page, offset as parameters of tokentx
* Add package description for personal use of superern
* change variable name to tokentx
* add page, offset to tokentx
2019-08-22
==========
* Merge pull request [#58](https://github.com/sebs/etherscan-api/issues/58) from kaizvn/master
Improve issue [#42](https://github.com/sebs/etherscan-api/issues/42): showing meaning message instead of 'NOTOK'
2019-08-19
==========
* chore : remove spacing line format.
* Showing message if available
- Currently if getting empty array result of transaction, will throw an error with message 'NOTOK!' only and it is really hard to debug. Base on my investigate of response format I think we can use `message = resp.data.message` as error message.
2019-08-12
==========
* 10.0.2
* changelog
* bundle
* 10.0.1
* remove useless service
* Updated dependencies to fix vulns
2019-08-04
==========
* Update Readme.md
2019-06-18
==========
* Update get-request.js
Without this fix library returns "NOTOK" on "No transactions found" error, while requesting txlist or tokentx
2019-04-07
==========
* txlistinternal now respects passed in parameters
2019-01-04
==========
* remove jsdoc
* Add documentation
2019-01-03
==========
* Improved tests
2018-12-18
==========
* Update tutorial.md
* Merge pull request [#40](https://github.com/sebs/etherscan-api/issues/40) from jsdelivrbot/master
RawGit is shutting down, replace it with jsDelivr
2018-12-08
==========
* Replace RawGit with jsDelivr
2018-11-27
==========
* 10.0.0
* changelog
* deps
* Merge pull request [#39](https://github.com/sebs/etherscan-api/issues/39) from nnqq/page-offset-parameters-txlist-method
Page and Offset parameters to account.txlist method
* typo fixed
* Add Page and Offset parameters to account.txlist method
src: https://etherscan.io/apis#accounts
2018-11-15
==========
* 9.0.3
* changelog
* Package-lock .. its a thing
* 9.0.2
* Fuck off, who ever made package-lock.json mandatory. Really FU!
* docs(package): Add new keyword
* refactor(changelog): Be a bit more specific with paths
* refactor(release): changelog generation
* docs(account): Added a better example to account for deprecated method
2018-10-08
==========
* 9.0.0
* changelog
* fix(account): Update error message when asking for a contract that is not verified by etherscan
* BC break, major release
* error is not 'NOTOK' anymore, ubt a conrete error message
* still ways to improve
2018-09-29
==========
* 8.1.5
* changelog
* In order to reduce the chance for test fails, I am reducing this to ONE build,
However, in long term I need to collect responses to actual calls and do testing with mocks/stubs.
This will come with the move to 100% es6
2018-09-24
==========
* remove lock
* Badges
* 8.1.4
* changelog
* Move to node 9 and 10 only, update deps
* remove autodeploy
2018-08-28
==========
* 8.1.3
* changelog
* Merge pull request [#35](https://github.com/sebs/etherscan-api/issues/35) from noriega3/master
Change testnet urls to use https
* bundle
* change testnet urls to use https
2018-08-16
==========
* Merge pull request [#33](https://github.com/sebs/etherscan-api/issues/33) from dibrovadev/patch-1
Fixed error message from getRequest function
2018-08-15
==========
* Fixed error message from getRequest function
2018-06-13
==========
* Linking demo
2018-06-12
==========
* 8.1.2
* changelog
* Add gh pages
* bundle
2018-06-08
==========
* 8.1.1
* changelog
* Fix dependencies
2018-06-06
==========
* 8.1.0
* changelog
* Merge pull request [#29](https://github.com/sebs/etherscan-api/issues/29) from mazikwyry/feature/add-tokentx-action
Add tokentx action support to account module which allows getting a list of ERC20 tokes transfer events
* Add tokentx action support to account module which allows getting a list of ERC20 tokes transfer events
2018-06-05
==========
* bundle
2018-06-01
==========
* 8.0.5
* changelog
* Added node 10 to test targets
2018-03-11
==========
* Updated#
* 8.0.4
* changelog
* 10 sec default timeout and added node 9 to travis
2018-03-04
==========
* 8.0.3
* changelog
* Typo
2018-03-02
==========
* Docs
* 8.0.2
* changelog
* Missing docs and one parameter in getLogs
* 8.0.1