-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathCHANGES.txt
351 lines (213 loc) · 9.08 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
Version 1.3.4
================================
- Bugfix for `eth_call` to ensure reversion happens even when the call fails.
Version 1.3.3
================================
- Bugfix for `nonce` being encoded to 32 bytes (instead of the proper 8)
Version 1.3.2
================================
- Bugfix for `logsBloom` not being returned as a hex encoded value.
Version 1.3.1
================================
- Bugfix for zpadding of `logsBloom`
Version 1.3.0
================================
- Pin pyethereum `<2.0.0`
Version 1.2.0
================================
- Update upstream `ethereum` package to `>=1.6.1`
- Update upstream `rlp` package to `>=0.4.7`
Version 1.1.1
================================
- Fix custom gas limits.
Version 1.1.0
================================
- Change to use `compat` instead of `async` to avoid collision with async keyword.
- Change env variable to be `TESTRPC_THREADING_BACKEND` for selecting gevent threads.
Version 1.0.0
================================
- Remove hard dependency on gevent threading tools.
Version 0.9.3
================================
- `evm_mine` now accepts an optional `num_blocks` parameter to mine multiple
blocks with one call.
Version 0.9.2
================================
- New `testing_timeTravel` endpoint.
- Support for both Anti-DOS fork and State Clearing fork block numbers
Version 0.9.1
================================
- Make pypi happy
Version 0.9.0
================================
- Merge in ethereum-tester-client codebase
- Remove *global* aspect of the testrpc server. Each server now runs in
isolation from each other.
- Fix wrong implementation of `getBlockNumber`
- Fix wrong implementation of getting "latest" block
- Add getting of "pending" block
Version 0.8.7
================================
- Upstream version bump for ethereum-tester-client dependency
- Fix for `eth_newFilter` normalization of hex encoded block numbers.
Version 0.8.6
================================
- Conform to RPC api and accept hex values as block numbers
Version 0.8.5
================================
- Conform to RPC api and accept hex values as inputs to transaction endpoints
Version 0.8.4
================================
- Upstream bugfix for filters.
Version 0.8.3
================================
- Upstream bugfix for transaction logs.
Version 0.8.2
================================
- Upstream bugfix for filters.
Version 0.8.1
================================
- Bugfix for kwargs being passed down into new_filter method on
ethereum-tester-client
Version 0.8.0
================================
8a453f48bf Make library compliant with gevent needs.
Version 0.7.0
================================
38f570bcb8 Fix cli interface.
Version 0.6.0
================================
3ae02a1999 Default homestead and daofork blocks to 0
Version 0.5.0
================================
897cf1e26e Implement `eth_estimateGas`
Version 0.4.2
================================
1e2b488237 Fix broken `web_sha3` implementation
Version 0.4.1
================================
8db2f400e6 Fix `web_sha3` to comply with spec.
Version 0.4.0
================================
17e69088cf Fix `personal_signAndSendTransaction`
Version 0.3.1
================================
ce734e21c9 Update `ethereum-tester-client` dependency version to 0.3.1
Version 0.3.0 30 Jun 2016
================================
ce734e21c9 Added all `personal_*` account management APIs
Version 0.2.5 29 Jun 2016
================================
a48598b5f7 Add `evm_mine` RPC method.
Version 0.2.4 29 Jun 2016
================================
c95b0da1ff Bugfix for `eth_getBlockByNumber` and `eth_getBlockByHash` methods.
Version 0.2.3 29 Jun 2016
================================
cdc2019e21 Add `eth_mining` and `rpc_configure` endpoints.
Version 0.2.2 27 Jun 2016
================================
41d93328e2 Bugfix for `eth_accounts` to return 20 byte addresses
Version 0.2.1 27 Jun 2016
================================
P70bc7ba49 Add some missing minor meta endpoints
Version 0.2.0 24 Jun 2016
================================
8f4814d5d0 Python 3 Compatability.
Significant refactor of underlying library code to use
`ethereum-tester-client`. Breaking change in some ways, temporarily removing
the filter functions until they are implemented in `ethereum-tester-client`.
Version 0.1.27, Sat 24 Oct 2015
================================
6b350042b6 Finally something that'll probably work. (Tim Coulter)
Version 0.1.26, Sat 24 Oct 2015
================================
fa538f7a05 Perhaps seed still updates this value, and it was all my fault. I'm going mad, so I wouldn't be surprised. (Tim Coulter)
Version 0.1.25, Sat 24 Oct 2015
================================
efa09eb87e Maybe this will work? (Tim Coulter)
Version 0.1.24, Sat 24 Oct 2015
================================
8ef05254ec Trying this yet again, with no way to test it but by pushing to pypi... (Tim Coulter)
Version 0.1.23, Sat 24 Oct 2015
================================
54906a9ed5 Trying this relative path thing again. Python makes me eel like I'm bashing my head against a wall. (Tim Coulter)
Version 0.1.22, Sat 24 Oct 2015
================================
459611ceca Fix path to VERSION file. (Tim Coulter)
Version 0.1.21, Sat 24 Oct 2015
================================
0c6df877c0 Apparently this needs to be there? (Tim Coulter)
1fde1a331c Use new version of seed. (Tim Coulter)
Version 0.1.21, Sat 24 Oct 2015
================================
1fde1a331c Use new version of seed. (Tim Coulter)
Version 0.1.21, Sat 24 Oct 2015
================================
1fde1a331c Use new version of seed. (Tim Coulter)
Version 0.1.20, Sat 24 Oct 2015
================================
Version 0.1.19, Sat 24 Oct 2015
================================
Version 0.1.18, Sat 24 Oct 2015
================================
3112ff7d05 Support logs result in getTransactionReceipt (Tim Coulter)
926e534a30 Dependency on .utils was failing for me. (Tim Coulter)
f5d4d65706 Update README to show we support eth_newFilter now. (Ryan Casey)
7edabfc97f Update print statement to be cross-Python compatible. (Ryan Casey)
aad0c44b01 Remove unnecessary and confusing manual listener management. (Ryan Casey)
1ff362b5fa Version bump to 0.1.17 and update changelog. (Ryan Casey)
33a99c63c7 Implement filters. (Ryan Casey)
31f95a5630 Switch to encode_hex and decode_hex, as they are Python 3 compatible. (Ryan Casey)
244eaafc29 Fix getBlock failure caused by passing raw byte strings to jsonrpclib. (Ryan Casey)
f0fa961fa4 Switch to future's print statement as a first step toward Python 2 and Python 3 cross-compatibility. (Ryan Casey)
5fe7c3d248 Move server-specific code to __main__.py (Ryan Casey)
Version 0.1.18, Sun 13 Sep 2015
===============================
33a99c63c7 Implement event filter support (Ryan Casey)
f0fa961fa4 Use Python 3 compatible print function
244eaafc29 Fix getBlock (Ryan Casey)
31f95a5630 Use decode_hex and encode_hex for forward-compatibility (Ryan Casey)
Version 0.1.17, Wed 09 Sep 2015
================================
7f2b59a50c Add better version handling; update compile_solidity for new versions of solc. (Tim Coulter)
Version 0.1.16, Thu 20 Aug 2015
================================
b6e68d2ba7 Use integer (Piper Merriam)
e3dff37ed5 Make the rpc server usable outside of the command line (Piper Merriam)
Version 0.1.15, Tue 18 Aug 2015
================================
f368f18684 Version bump to 0.1.17 and updating CHANGES.txt (Tim Coulter)
ac5ba3c572 Version bump to 0.1.16 and updating CHANGES.txt (Tim Coulter)
2bbae08ad5 Version bump to 0.1.15 and updating CHANGES.txt (Tim Coulter)
cce4d7bfcc Version bump to 0.1.16 and updating CHANGES.txt (Tim Coulter)
11da491fe9 Version bump to 0.1.15 and updating CHANGES.txt (Tim Coulter)
712633f67f Prevent getTransactionReciept from failing when no contract is created. (Tim Coulter)
1564d65ece Make the package installable (Piper Merriam)
1acca823e7 Added info on ports & domains in README (Simon de la Rouviere)
f387bbdfb5 Update README.md (Joseph Lubin)
7c84e37773 Add upgrade instructions. (Tim Coulter)
Version 0.1.15, Tue 18 Aug 2015
================================
cce4d7bfcc Version bump to 0.1.16 and updating CHANGES.txt (Tim Coulter)
11da491fe9 Version bump to 0.1.15 and updating CHANGES.txt (Tim Coulter)
712633f67f Prevent getTransactionReciept from failing when no contract is created. (Tim Coulter)
1564d65ece Make the package installable (Piper Merriam)
1acca823e7 Added info on ports & domains in README (Simon de la Rouviere)
f387bbdfb5 Update README.md (Joseph Lubin)
7c84e37773 Add upgrade instructions. (Tim Coulter)
Version 0.1.14, Fri 07 Aug 2015
================================
c74f85338f Update the readme, and ignore .pyc files. (Tim Coulter)
Version 0.1.13, Fri 07 Aug 2015
================================
140300384d No idea what I'm doing. (Tim Coulter)
Version 0.1.12, Fri 07 Aug 2015
================================
Version 0.1.11, Fri 07 Aug 2015
================================
Version 0.1.10, Fri 07 Aug 2015
================================
552626a93b Getting somewhere. (Tim Coulter)
Version 0.1.9, Fri 07 Aug 2015
===============================