py-geth 5.3.0__tar.gz → 5.5.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {py_geth-5.3.0/py_geth.egg-info → py_geth-5.5.0}/PKG-INFO +8 -7
- {py_geth-5.3.0 → py_geth-5.5.0}/README.md +5 -5
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/install.py +20 -0
- {py_geth-5.3.0 → py_geth-5.5.0/py_geth.egg-info}/PKG-INFO +8 -7
- {py_geth-5.3.0 → py_geth-5.5.0}/py_geth.egg-info/SOURCES.txt +1 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/pyproject.toml +1 -1
- py_geth-5.5.0/scripts/.DS_Store +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/setup.py +1 -1
- py_geth-5.5.0/tests/core/accounts/projects/test-01/geth/nodekey +1 -0
- py_geth-5.5.0/tests/core/accounts/projects/test-02/geth/nodekey +1 -0
- py_geth-5.5.0/tests/core/accounts/projects/test-03/geth/nodekey +1 -0
- py_geth-5.3.0/tests/core/accounts/projects/test-01/geth/nodekey +0 -1
- py_geth-5.3.0/tests/core/accounts/projects/test-02/geth/nodekey +0 -1
- py_geth-5.3.0/tests/core/accounts/projects/test-03/geth/nodekey +0 -1
- {py_geth-5.3.0 → py_geth-5.5.0}/LICENSE +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/MANIFEST.in +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/__init__.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/accounts.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/chain.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/default_blockchain_password +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/exceptions.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/genesis.json +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/main.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/mixins.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/process.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/py.typed +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/reset.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/types.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/utils/__init__.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/utils/encoding.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/utils/filesystem.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/utils/networking.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/utils/proc.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/utils/thread.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/utils/timeout.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/utils/validation.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/geth/wrapper.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/py_geth.egg-info/dependency_links.txt +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/py_geth.egg-info/not-zip-safe +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/py_geth.egg-info/requires.txt +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/py_geth.egg-info/top_level.txt +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/scripts/release/test_package.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/setup.cfg +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/conftest.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/projects/test-01/geth/LOCK +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/projects/test-01/keystore/UTC--2015-08-24T21-30-14.222885490Z--ae71658b3ab452f7e4f03bda6f777b860b2e2ff2 +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/projects/test-02/geth/LOCK +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/projects/test-02/keystore/UTC--2015-08-24T21-30-14.222885490Z--ae71658b3ab452f7e4f03bda6f777b860b2e2ff2 +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/projects/test-02/keystore/UTC--2015-08-24T21-32-00.716418819Z--e8e085862a8d951dd78ec5ea784b3e22ee1ca9c6 +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/projects/test-02/keystore/UTC--2015-08-24T21-32-04.748321142Z--0da70f43a568e88168436be52ed129f4a9bbdaf5 +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/projects/test-03/geth/LOCK +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/test_account_list_parsing.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/test_create_geth_account.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/accounts/test_geth_accounts.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/running/test_running_dev_chain.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/running/test_running_mainnet_chain.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/running/test_running_sepolia_chain.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/running/test_running_with_logging.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/running/test_use_as_a_context_manager.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/test_import_and_version.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/test_library_files.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/utility/test_constructing_test_chain_kwargs.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/utility/test_geth_version.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/utility/test_is_live_chain.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/utility/test_is_sepolia_chain.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/utility/test_validation.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/waiting/conftest.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/waiting/test_waiting_for_ipc_socket.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/core/waiting/test_waiting_for_rpc_connection.py +0 -0
- {py_geth-5.3.0 → py_geth-5.5.0}/tests/installation/test_geth_installation.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: py-geth
|
3
|
-
Version: 5.
|
3
|
+
Version: 5.5.0
|
4
4
|
Summary: py-geth: Run Go-Ethereum as a subprocess
|
5
5
|
Home-page: https://github.com/ethereum/py-geth
|
6
6
|
Author: The Ethereum Foundation
|
@@ -54,6 +54,7 @@ Dynamic: description-content-type
|
|
54
54
|
Dynamic: home-page
|
55
55
|
Dynamic: keywords
|
56
56
|
Dynamic: license
|
57
|
+
Dynamic: license-file
|
57
58
|
Dynamic: provides-extra
|
58
59
|
Dynamic: requires-dist
|
59
60
|
Dynamic: requires-python
|
@@ -139,7 +140,7 @@ False
|
|
139
140
|
>>> geth.is_stopped
|
140
141
|
True
|
141
142
|
>>> geth.version
|
142
|
-
"1.15.
|
143
|
+
"1.15.10-stable"
|
143
144
|
```
|
144
145
|
|
145
146
|
When testing it can be nice to see the logging output produced by the `geth`
|
@@ -179,19 +180,19 @@ the current list of supported versions.
|
|
179
180
|
Installation can be done via the command line:
|
180
181
|
|
181
182
|
```bash
|
182
|
-
$ python -m geth.install v1.15.
|
183
|
+
$ python -m geth.install v1.15.10
|
183
184
|
```
|
184
185
|
|
185
186
|
Or from python using the `install_geth` function.
|
186
187
|
|
187
188
|
```python
|
188
189
|
>>> from geth import install_geth
|
189
|
-
>>> install_geth('v1.15.
|
190
|
+
>>> install_geth('v1.15.10')
|
190
191
|
```
|
191
192
|
|
192
193
|
The installed binary can be found in the `$HOME/.py-geth` directory, under your
|
193
|
-
home directory. The `v1.15.
|
194
|
-
`$HOME/.py-geth/geth-v1.15.
|
194
|
+
home directory. The `v1.15.10` binary would be located at
|
195
|
+
`$HOME/.py-geth/geth-v1.15.10/bin/geth`.
|
195
196
|
|
196
197
|
## About `DevGethProcess`
|
197
198
|
|
@@ -78,7 +78,7 @@ False
|
|
78
78
|
>>> geth.is_stopped
|
79
79
|
True
|
80
80
|
>>> geth.version
|
81
|
-
"1.15.
|
81
|
+
"1.15.10-stable"
|
82
82
|
```
|
83
83
|
|
84
84
|
When testing it can be nice to see the logging output produced by the `geth`
|
@@ -118,19 +118,19 @@ the current list of supported versions.
|
|
118
118
|
Installation can be done via the command line:
|
119
119
|
|
120
120
|
```bash
|
121
|
-
$ python -m geth.install v1.15.
|
121
|
+
$ python -m geth.install v1.15.10
|
122
122
|
```
|
123
123
|
|
124
124
|
Or from python using the `install_geth` function.
|
125
125
|
|
126
126
|
```python
|
127
127
|
>>> from geth import install_geth
|
128
|
-
>>> install_geth('v1.15.
|
128
|
+
>>> install_geth('v1.15.10')
|
129
129
|
```
|
130
130
|
|
131
131
|
The installed binary can be found in the `$HOME/.py-geth` directory, under your
|
132
|
-
home directory. The `v1.15.
|
133
|
-
`$HOME/.py-geth/geth-v1.15.
|
132
|
+
home directory. The `v1.15.10` binary would be located at
|
133
|
+
`$HOME/.py-geth/geth-v1.15.10/bin/geth`.
|
134
134
|
|
135
135
|
## About `DevGethProcess`
|
136
136
|
|
@@ -53,6 +53,11 @@ V1_15_2 = "v1.15.2"
|
|
53
53
|
V1_15_3 = "v1.15.3"
|
54
54
|
V1_15_4 = "v1.15.4"
|
55
55
|
V1_15_5 = "v1.15.5"
|
56
|
+
V1_15_6 = "v1.15.6"
|
57
|
+
V1_15_7 = "v1.15.7"
|
58
|
+
V1_15_8 = "v1.15.8"
|
59
|
+
V1_15_9 = "v1.15.9"
|
60
|
+
V1_15_10 = "v1.15.10"
|
56
61
|
|
57
62
|
|
58
63
|
LINUX = "linux"
|
@@ -355,6 +360,11 @@ install_v1_15_2 = functools.partial(install_from_source_code_release, V1_15_2)
|
|
355
360
|
install_v1_15_3 = functools.partial(install_from_source_code_release, V1_15_3)
|
356
361
|
install_v1_15_4 = functools.partial(install_from_source_code_release, V1_15_4)
|
357
362
|
install_v1_15_5 = functools.partial(install_from_source_code_release, V1_15_5)
|
363
|
+
install_v1_15_6 = functools.partial(install_from_source_code_release, V1_15_6)
|
364
|
+
install_v1_15_7 = functools.partial(install_from_source_code_release, V1_15_7)
|
365
|
+
install_v1_15_8 = functools.partial(install_from_source_code_release, V1_15_8)
|
366
|
+
install_v1_15_9 = functools.partial(install_from_source_code_release, V1_15_9)
|
367
|
+
install_v1_15_10 = functools.partial(install_from_source_code_release, V1_15_10)
|
358
368
|
|
359
369
|
INSTALL_FUNCTIONS = {
|
360
370
|
LINUX: {
|
@@ -377,6 +387,11 @@ INSTALL_FUNCTIONS = {
|
|
377
387
|
V1_15_3: install_v1_15_3,
|
378
388
|
V1_15_4: install_v1_15_4,
|
379
389
|
V1_15_5: install_v1_15_5,
|
390
|
+
V1_15_6: install_v1_15_6,
|
391
|
+
V1_15_7: install_v1_15_7,
|
392
|
+
V1_15_8: install_v1_15_8,
|
393
|
+
V1_15_9: install_v1_15_9,
|
394
|
+
V1_15_10: install_v1_15_10,
|
380
395
|
},
|
381
396
|
OSX: {
|
382
397
|
V1_14_0: install_v1_14_0,
|
@@ -398,6 +413,11 @@ INSTALL_FUNCTIONS = {
|
|
398
413
|
V1_15_3: install_v1_15_3,
|
399
414
|
V1_15_4: install_v1_15_4,
|
400
415
|
V1_15_5: install_v1_15_5,
|
416
|
+
V1_15_6: install_v1_15_6,
|
417
|
+
V1_15_7: install_v1_15_7,
|
418
|
+
V1_15_8: install_v1_15_8,
|
419
|
+
V1_15_9: install_v1_15_9,
|
420
|
+
V1_15_10: install_v1_15_10,
|
401
421
|
},
|
402
422
|
}
|
403
423
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: py-geth
|
3
|
-
Version: 5.
|
3
|
+
Version: 5.5.0
|
4
4
|
Summary: py-geth: Run Go-Ethereum as a subprocess
|
5
5
|
Home-page: https://github.com/ethereum/py-geth
|
6
6
|
Author: The Ethereum Foundation
|
@@ -54,6 +54,7 @@ Dynamic: description-content-type
|
|
54
54
|
Dynamic: home-page
|
55
55
|
Dynamic: keywords
|
56
56
|
Dynamic: license
|
57
|
+
Dynamic: license-file
|
57
58
|
Dynamic: provides-extra
|
58
59
|
Dynamic: requires-dist
|
59
60
|
Dynamic: requires-python
|
@@ -139,7 +140,7 @@ False
|
|
139
140
|
>>> geth.is_stopped
|
140
141
|
True
|
141
142
|
>>> geth.version
|
142
|
-
"1.15.
|
143
|
+
"1.15.10-stable"
|
143
144
|
```
|
144
145
|
|
145
146
|
When testing it can be nice to see the logging output produced by the `geth`
|
@@ -179,19 +180,19 @@ the current list of supported versions.
|
|
179
180
|
Installation can be done via the command line:
|
180
181
|
|
181
182
|
```bash
|
182
|
-
$ python -m geth.install v1.15.
|
183
|
+
$ python -m geth.install v1.15.10
|
183
184
|
```
|
184
185
|
|
185
186
|
Or from python using the `install_geth` function.
|
186
187
|
|
187
188
|
```python
|
188
189
|
>>> from geth import install_geth
|
189
|
-
>>> install_geth('v1.15.
|
190
|
+
>>> install_geth('v1.15.10')
|
190
191
|
```
|
191
192
|
|
192
193
|
The installed binary can be found in the `$HOME/.py-geth` directory, under your
|
193
|
-
home directory. The `v1.15.
|
194
|
-
`$HOME/.py-geth/geth-v1.15.
|
194
|
+
home directory. The `v1.15.10` binary would be located at
|
195
|
+
`$HOME/.py-geth/geth-v1.15.10/bin/geth`.
|
195
196
|
|
196
197
|
## About `DevGethProcess`
|
197
198
|
|
@@ -31,6 +31,7 @@ py_geth.egg-info/dependency_links.txt
|
|
31
31
|
py_geth.egg-info/not-zip-safe
|
32
32
|
py_geth.egg-info/requires.txt
|
33
33
|
py_geth.egg-info/top_level.txt
|
34
|
+
scripts/.DS_Store
|
34
35
|
scripts/release/test_package.py
|
35
36
|
tests/core/test_import_and_version.py
|
36
37
|
tests/core/test_library_files.py
|
Binary file
|
@@ -37,7 +37,7 @@ with open("./README.md") as readme:
|
|
37
37
|
setup(
|
38
38
|
name="py-geth",
|
39
39
|
# *IMPORTANT*: Don't manually change the version here. Use the 'bump-my-version' utility.
|
40
|
-
version="5.
|
40
|
+
version="5.5.0",
|
41
41
|
description="""py-geth: Run Go-Ethereum as a subprocess""",
|
42
42
|
long_description_content_type="text/markdown",
|
43
43
|
long_description=long_description,
|
@@ -0,0 +1 @@
|
|
1
|
+
bbcade0581fe7679e89f21946c728a382fc5b92d53bec428ad8111a39e382156
|
@@ -0,0 +1 @@
|
|
1
|
+
e27339b80b7dd3658b4704d90bafeb87d52b69b2c781a33cec764d07a3995450
|
@@ -0,0 +1 @@
|
|
1
|
+
cf767be1c9e7b8d7e7fe645c851122b1c1eca806f0fbab119793517a9644c670
|
@@ -1 +0,0 @@
|
|
1
|
-
46cf87d2c3661d137fa3901cfeff7f58b74a4f118d004199580fd588eba10b5e
|
@@ -1 +0,0 @@
|
|
1
|
-
9fb3c3964107a7f76a2474221384c21dc0288552d59ef9aa3317c4e3a1e2045e
|
@@ -1 +0,0 @@
|
|
1
|
-
b0352dc57ebd8601c833b6079e0140a38174c58f13b24f292e0fccc708fe2e4d
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|