-
Notifications
You must be signed in to change notification settings - Fork 151
/
CHANGELOG
91 lines (61 loc) · 2.01 KB
/
CHANGELOG
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
0.1.0-beta.39
-------------
Released April 12, 2019
- Misc
- Update default VM rules to Constantinople
https://github.com/ethereum/eth-tester/pull/153
0.1.0-beta.38
-------------
Released April 10, 2019
- Misc
- Update PyEVM and Pytest Dependencies
https://github.com/ethereum/eth-tester/pull/152
0.1.0-beta.37
-------------
Released Jan 22, 2019
- Misc
- Make PyEVMBackend subclass of BaseChainBackend
https://github.com/ethereum/eth-tester/pull/150
0.1.0-beta.36
-------------
Released Jan 10, 2019
- Misc
- Upgrade eth-keys and rlp
https://github.com/ethereum/eth-tester/pull/146
0.1.0-beta.35
-------------
Released Jan 9, 2019
- Misc
- Upgrade py-evm to 0.2.0a38
https://github.com/ethereum/eth-tester/pull/143
- Readme fixups
https://github.com/ethereum/eth-tester/pull/144
- Remove dead `formatting` module, replace with `eth-utils` utilities
https://github.com/ethereum/eth-tester/pull/145
0.1.0-beta.34
-------------
Released Dec 20, 2018
- Breaking changes
- Update eth-abi from v1 to v2
https://github.com/ethereum/eth-tester/pull/141
- Misc
- Improve error message when trying to sign with an unknown address
https://github.com/ethereum/eth-tester/pull/140
- Add custom genesis examples to docs
https://github.com/ethereum/eth-tester/pull/136
- Steps toward pypy support, by using eth_utils.toolz
https://github.com/ethereum/eth-tester/pull/138
- Remove duplicate generate_contract_address, drop custom secp256k1 and jacobian utilities
https://github.com/ethereum/eth-tester/pull/137
- Upgrade eth-utils (and eth-abi)
https://github.com/ethereum/eth-tester/pull/141
0.1.0-beta.33
-------------
Released Oct 4, 2018
- Add some low-level internal tools for setting genesis parameters (API subject to change)
https://github.com/ethereum/eth-tester/pull/123
- Upgrade py-evm to alpha 33 https://github.com/ethereum/eth-tester/pull/134
- Misc testing & dependency fixes https://github.com/ethereum/eth-tester/pull/127
0.1.0
-----
Initial release