Skip to content

Commit cb8f7c8

Browse files
committed
bump Geth fixture to v1.10.4
1 parent 588e0c0 commit cb8f7c8

File tree

7 files changed

+18
-17
lines changed

7 files changed

+18
-17
lines changed

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -219,23 +219,23 @@ jobs:
219219
- image: circleci/python:3.6
220220
environment:
221221
TOXENV: py36-integration-goethereum-ipc
222-
GETH_VERSION: v1.10.3
222+
GETH_VERSION: v1.10.4
223223

224224
py36-integration-goethereum-http:
225225
<<: *geth_steps
226226
docker:
227227
- image: circleci/python:3.6
228228
environment:
229229
TOXENV: py36-integration-goethereum-http
230-
GETH_VERSION: v1.10.3
230+
GETH_VERSION: v1.10.4
231231

232232
py36-integration-goethereum-ws:
233233
<<: *geth_steps
234234
docker:
235235
- image: circleci/python:3.6
236236
environment:
237237
TOXENV: py36-integration-goethereum-ws
238-
GETH_VERSION: v1.10.3
238+
GETH_VERSION: v1.10.4
239239

240240
# py36-integration-parity-ipc:
241241
# <<: *parity_steps
@@ -311,23 +311,23 @@ jobs:
311311
- image: circleci/python:3.7
312312
environment:
313313
TOXENV: py37-integration-goethereum-ipc
314-
GETH_VERSION: v1.10.3
314+
GETH_VERSION: v1.10.4
315315

316316
py37-integration-goethereum-http:
317317
<<: *geth_steps
318318
docker:
319319
- image: circleci/python:3.7
320320
environment:
321321
TOXENV: py37-integration-goethereum-http
322-
GETH_VERSION: v1.10.3
322+
GETH_VERSION: v1.10.4
323323

324324
py37-integration-goethereum-ws:
325325
<<: *geth_steps
326326
docker:
327327
- image: circleci/python:3.7
328328
environment:
329329
TOXENV: py37-integration-goethereum-ws
330-
GETH_VERSION: v1.10.3
330+
GETH_VERSION: v1.10.4
331331

332332
# py37-integration-parity-ipc:
333333
# <<: *parity_steps
@@ -408,23 +408,23 @@ jobs:
408408
- image: circleci/python:3.8
409409
environment:
410410
TOXENV: py38-integration-goethereum-ipc
411-
GETH_VERSION: v1.10.3
411+
GETH_VERSION: v1.10.4
412412

413413
py38-integration-goethereum-http:
414414
<<: *geth_steps
415415
docker:
416416
- image: circleci/python:3.8
417417
environment:
418418
TOXENV: py38-integration-goethereum-http
419-
GETH_VERSION: v1.10.3
419+
GETH_VERSION: v1.10.4
420420

421421
py38-integration-goethereum-ws:
422422
<<: *geth_steps
423423
docker:
424424
- image: circleci/python:3.8
425425
environment:
426426
TOXENV: py38-integration-goethereum-ws
427-
GETH_VERSION: v1.10.3
427+
GETH_VERSION: v1.10.4
428428

429429
# py38-integration-parity-ipc:
430430
# <<: *parity_steps
@@ -500,23 +500,23 @@ jobs:
500500
- image: circleci/python:3.9
501501
environment:
502502
TOXENV: py39-integration-goethereum-ipc
503-
GETH_VERSION: v1.10.3
503+
GETH_VERSION: v1.10.4
504504

505505
py39-integration-goethereum-http:
506506
<<: *geth_steps
507507
docker:
508508
- image: circleci/python:3.9
509509
environment:
510510
TOXENV: py39-integration-goethereum-http
511-
GETH_VERSION: v1.10.3
511+
GETH_VERSION: v1.10.4
512512

513513
py39-integration-goethereum-ws:
514514
<<: *geth_steps
515515
docker:
516516
- image: circleci/python:3.9
517517
environment:
518518
TOXENV: py39-integration-goethereum-ws
519-
GETH_VERSION: v1.10.3
519+
GETH_VERSION: v1.10.4
520520

521521
# py39-integration-parity-ipc:
522522
# <<: *parity_steps
@@ -566,7 +566,7 @@ jobs:
566566
- image: circleci/python:3.9
567567
environment:
568568
TOXENV: benchmark
569-
GETH_VERSION: v1.10.3
569+
GETH_VERSION: v1.10.4
570570

571571
workflows:
572572
version: 2.1

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,13 @@ Geth fixtures
250250

251251
.. code:: sh
252252
253-
$ python -m geth.install v1.10.3
253+
$ python -m geth.install v1.10.4
254254
255255
2. Specify the Geth binary and run the fixture creation script (from within the web3.py directory):
256256

257257
.. code:: sh
258258
259-
$ GETH_BINARY=~/.py-geth/geth-v1.10.3/bin/geth python ./tests/integration/generate_fixtures/go_ethereum.py ./tests/integration/geth-1.10.3-fixture
259+
$ GETH_BINARY=~/.py-geth/geth-v1.10.4/bin/geth python ./tests/integration/generate_fixtures/go_ethereum.py ./tests/integration/geth-1.10.4-fixture
260260
261261
3. The output of this script is your fixture, a zip file, which is now stored in ``/tests/integration/``.
262262
Update the ``/tests/integration/go_ethereum/conftest.py`` file to point to this new fixture. Delete the old fixture.

newsfragments/2035.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump Geth test fixture to v1.10.4
-37.3 KB
Binary file not shown.
33.4 KB
Binary file not shown.

tests/integration/go_ethereum/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
KEYFILE_PW = 'web3py-test'
2121

22-
GETH_FIXTURE_ZIP = 'geth-1.10.3-fixture.zip'
22+
GETH_FIXTURE_ZIP = 'geth-1.10.4-fixture.zip'
2323

2424

2525
@pytest.fixture(scope='module')

web3/tools/benchmark/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
kill_proc_gracefully,
2525
)
2626

27-
GETH_FIXTURE_ZIP = "geth-1.10.3-fixture.zip"
27+
GETH_FIXTURE_ZIP = "geth-1.10.4-fixture.zip"
2828

2929

3030
class GethBenchmarkFixture:

0 commit comments

Comments
 (0)