Skip to content

Commit e432ceb

Browse files
committed
0.7.0 Release
1 parent a39a807 commit e432ceb

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.7.0
2+
-----
3+
4+
- Rename python module from `pygeth` to `geth`
5+
16
0.6.0
27
-----
38

geth/wrapper.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def construct_test_chain_kwargs(**overrides):
4848
overrides.setdefault('rpc_port', get_open_port())
4949

5050
overrides.setdefault('ipc_path', tempfile.NamedTemporaryFile().name)
51+
overrides.setdefault('ipc_api', ALL_APIS)
5152

5253
overrides.setdefault('verbosity', '5')
5354
return overrides

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='py-geth',
18-
version="0.6.0",
18+
version="0.7.0",
1919
description="""Run Go-Ethereum as a subprocess""",
2020
long_description=readme,
2121
author='Piper Merriam',

0 commit comments

Comments
 (0)