Skip to content

Commit 56d8387

Browse files
committed
changelog
1 parent 01c7aea commit 56d8387

File tree

1 file changed

+37
-17
lines changed

1 file changed

+37
-17
lines changed

docs/CHANGELOG.md

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,40 @@
1+
2019-09-06
2+
==========
3+
4+
* Merge pull request [#47](https://github.com/sebs/etherscan-api/issues/47) from tipsysquid/patch/txlistinternal
5+
txlistinternal now utilizes user specified parameters
6+
7+
2019-09-05
8+
==========
9+
10+
* Merge pull request [#59](https://github.com/sebs/etherscan-api/issues/59) from superern/master
11+
Add Page, Offset for tokentx
12+
* additional updates
13+
* Fix page, offset as parameters of tokentx
14+
* Add package description for personal use of superern
15+
* change variable name to tokentx
16+
* add page, offset to tokentx
17+
18+
2019-08-22
19+
==========
20+
21+
* Merge pull request [#58](https://github.com/sebs/etherscan-api/issues/58) from kaizvn/master
22+
Improve issue [#42](https://github.com/sebs/etherscan-api/issues/42): showing meaning message instead of 'NOTOK'
23+
24+
2019-08-19
25+
==========
26+
27+
* chore : remove spacing line format.
28+
* Showing message if available
29+
- 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.
30+
131
2019-08-12
232
==========
333

34+
* 10.0.2
35+
* changelog
436
* bundle
537
* 10.0.1
6-
* changelog
738
* remove useless service
839
* Updated dependencies to fix vulns
940

@@ -12,6 +43,11 @@
1243

1344
* Update Readme.md
1445

46+
2019-04-07
47+
==========
48+
49+
* txlistinternal now respects passed in parameters
50+
1551
2019-01-04
1652
==========
1753

@@ -184,19 +220,3 @@
184220
* changelog
185221
* New error handling
186222
* 7.0.1
187-
* Add possibillity to set up livenet via 'homestead' parameter
188-
* 7.0.0
189-
* New urls for the nextworks ..
190-
* api- prefix
191-
* changed for all 3 testnets
192-
193-
2018-02-26
194-
==========
195-
196-
* 6.0.2
197-
* changelog
198-
* latest jsdoc
199-
* js
200-
* Fix vuln (marked via gh-pages)
201-
* 6.0.1
202-
* no pages

0 commit comments

Comments
 (0)