File tree Expand file tree Collapse file tree 1 file changed +36
-16
lines changed Expand file tree Collapse file tree 1 file changed +36
-16
lines changed Original file line number Diff line number Diff line change
1
+ 2017-12-15
2
+ ==========
3
+
4
+ * Package.lock
5
+ * Merge pull request [ #15 ] ( https://github.com/sebs/etherscan-api/issues/15 ) from morrislaptop/patch-1
6
+ Don't pass full URL in again as it is already set
7
+ * Merge pull request [ #16 ] ( https://github.com/sebs/etherscan-api/issues/16 ) from muxa/master
8
+ Support internal transactions by address
9
+
10
+ 2017-12-14
11
+ ==========
12
+
13
+ * Added support for fetching internal transactions by address, as well as specifying start/end block and sort order
14
+
15
+ 2017-11-28
16
+ ==========
17
+
18
+ * Don't pass full URL in again as it is already set
19
+ When creating the jsonClient, otherwise this confuses tools like ` nock ` when trying to match requests.
20
+
21
+ 2017-11-22
22
+ ==========
23
+
24
+ * Merge pull request [ #14 ] ( https://github.com/sebs/etherscan-api/issues/14 ) from vicnaum/patch-1
25
+ getLogs fixed
26
+
27
+ 2017-11-21
28
+ ==========
29
+
30
+ * getLogs fixed
31
+ typo in "tolock" - should be "toBlock"
32
+ no "address" field set
33
+ module should be = 'logs', not 'log'
34
+
1
35
2017-09-17
2
36
==========
3
37
38
+ * 3.0.11
39
+ * changelog
4
40
* I need new example values for the blockchain
5
41
* 3.0.10
6
- * changelog
7
42
* Merge pull request [ #10 ] ( https://github.com/sebs/etherscan-api/issues/10 ) from mvayngrib/movebrowserify
8
43
move dev deps to devDependencies
9
44
* Merge pull request [ #9 ] ( https://github.com/sebs/etherscan-api/issues/9 ) from mvayngrib/fixTxByHash
171
206
* 2.0.3
172
207
* (churn): removed prefixes
173
208
* 2.0.2
174
- * (churn): splitting tests a bit more helpful
175
- * 2.0.1
176
- * (fix): Checking for the error codes of the API now. This is a bit more delicate
177
- * fixed accounts and stats apis got a doublette
178
- * methods renaming and forgotten parameters
179
- * renaming of tests
180
- * in general: its good to be anal (with errors)
181
-
182
- 2016-10-09
183
- ==========
184
-
185
- * changelog
186
- * 2.0.0
187
- * (feature): eth api tests and proxy
188
- * 1.3.2
You can’t perform that action at this time.
0 commit comments