You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+37-17Lines changed: 37 additions & 17 deletions
Original file line number
Diff line number
Diff 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
+
1
31
2019-08-12
2
32
==========
3
33
34
+
* 10.0.2
35
+
* changelog
4
36
* bundle
5
37
* 10.0.1
6
-
* changelog
7
38
* remove useless service
8
39
* Updated dependencies to fix vulns
9
40
@@ -12,6 +43,11 @@
12
43
13
44
* Update Readme.md
14
45
46
+
2019-04-07
47
+
==========
48
+
49
+
* txlistinternal now respects passed in parameters
50
+
15
51
2019-01-04
16
52
==========
17
53
@@ -184,19 +220,3 @@
184
220
* changelog
185
221
* New error handling
186
222
* 7.0.1
187
-
* Add possibillity to set up livenet via 'homestead' parameter
0 commit comments