- 10.0.4
- changelog
- Merge pull request #54 from DmitryPogodaev/patch-1 Update get-request.js
- 10.0.3
- Merge pull request #47 from tipsysquid/patch/txlistinternal txlistinternal now utilizes user specified parameters
- Merge pull request #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
- Merge pull request #58 from kaizvn/master Improve issue #42: showing meaning message instead of 'NOTOK'
- 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.messageas error message.
- 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
- 10.0.2
- changelog
- bundle
- 10.0.1
- remove useless service
- Updated dependencies to fix vulns
- Update Readme.md
- Update get-request.js Without this fix library returns "NOTOK" on "No transactions found" error, while requesting txlist or tokentx
- txlistinternal now respects passed in parameters
- remove jsdoc
- Add documentation
- Improved tests
- Update tutorial.md
- Merge pull request #40 from jsdelivrbot/master RawGit is shutting down, replace it with jsDelivr
- Replace RawGit with jsDelivr
- 10.0.0
- changelog
- deps
- Merge pull request #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
- 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
- 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
- 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
- remove lock
- Badges
- 8.1.4
- changelog
- Move to node 9 and 10 only, update deps
- remove autodeploy
- 8.1.3
- changelog
- Merge pull request #35 from noriega3/master Change testnet urls to use https
- bundle
- change testnet urls to use https
- Merge pull request #33 from dibrovadev/patch-1 Fixed error message from getRequest function
- Fixed error message from getRequest function
- Linking demo
- 8.1.2
- changelog
- Add gh pages
- bundle
- 8.1.1
- changelog
- Fix dependencies
- 8.1.0
- changelog
- Merge pull request #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
- bundle
- 8.0.5
- changelog
- Added node 10 to test targets
- Updated#
- 8.0.4
- changelog
- 10 sec default timeout and added node 9 to travis
- 8.0.3
- changelog
- Typo
- Docs
- 8.0.2
- changelog
- Missing docs and one parameter in getLogs
- 8.0.1