forked from ethereum/py-geth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
86 lines (52 loc) · 1.29 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
1.4.1
-----
- Add `rpc_cors_domain` to supported arguments for running geth instances.
1.4.0
-----
- Add `shh` flag to wrapper to allow enabling of whisper in geth processes.
1.3.0
-----
- Bugfix for python3 when no contracts are found.
- Allow genesis configuration through constructor of GethProcess classes.
1.2.0
-----
- Add gevent monkeypatch for socket when using requests and urllib.
1.1.0
-----
- Fix websocket addition
1.0.0
-----
- Add Websocket interface to default list of interfaces that are presented by
geth.
0.9.0
-----
- Fix broken LiveGethProcess and TestnetGethProcess classes.
- Let DevGethProcesses use a local geth.ipc if the path is short enough.
0.8.0
-----
- Add `homesteadBlock`, `daoForkBlock`, and `doaForkSupport` to the genesis
config that is written for test chains.
0.7.0
-----
- Rename python module from `pygeth` to `geth`
0.6.0
-----
- Add `is_rpc_ready` and `wait_for_rpc` api.
- Add `is_ipc_ready` and `wait_for_ipc` api.
- Add `is_dag_generated` and `wait_for_dag` api.
- Refactor `LoggingMixin` core logic into base `InterceptedStreamsMixin`
0.5.0
-----
- Fix deprecated usage of `--genesis`
0.4.0
-----
- Fix broken loggin mixin (again)
0.3.0
-----
- Fix broken loggin mixin.
0.2.0
-----
- Add logging mixins
0.1.0
-----
- Initial Release