Skip to content

Latest commit

 

History

History
374 lines (240 loc) · 8.55 KB

CHANGELOG.rst

File metadata and controls

374 lines (240 loc) · 8.55 KB

py-geth v4.4.0 (2024-03-27)

Features

  • Add support for geth v1.13.12 and v1.13.13 (#188)
  • Add support for geth v1.13.14 (#189)

Internal Changes - for py-geth Contributors

  • Merge template updates, noteably add python 3.12 support (#186)

py-geth v4.3.0 (2024-02-12)

Features

  • Add support for geth v1.13.11 (#182)

py-geth v4.2.0 (2024-01-23)

Features

  • Add support for geth v1.13.10 (#179)

py-geth v4.1.0 (2024-01-10)

Bugfixes

  • Fix issue where could not set custom extraData in chain genesis (#167)

Features

  • Add support for geth 1.13.5 (#165)
  • Allow clique consensus parameters period and epoch in chain genesis (#169)
  • Add support for geth v1.13.6 and v1.13.7 (#173)
  • Add support for geth v1.13.8 (#175)
  • Added support for geth v1.13.9 (#176)

Internal Changes - for py-geth Contributors

  • Change the name of master branch to main (#166)

py-geth v4.0.0 (2023-10-30)

Breaking Changes

  • Drop support for geth v1.9 and v1.10 series. Shanghai was introduced in geth v1.11.0 so this is a good place to draw the line. Drop official support for Python 3.7. (#160)

Features

  • Add support for geth 1.12.0 and 1.12.1 (#151)
  • Add support for geth versions v1.12.2 to v1.13.4 (#160)

Internal Changes - for py-geth Contributors

  • Use golang version 1.21.3 for CI builds to ensure compatibility with the latest version. (#160)
  • Merge template updates, including using pre-commit for linting and drop pkg_resources for version info (#162)

Miscellaneous Changes

py-geth v3.13.0 (2023-06-07)

Features

  • Allow initializing BaseGethProcess with stdin, stdout, and stderr (#139)
  • Add support for geth 1.11.6 (#141)

Internal Changes - for py-geth Contributors

  • Update tox and the way it is installed for CircleCI runs (#141)
  • merge in python project template (#142)
  • Changed .format strings to f-strings, removed other python2 code (#146)

Removals

  • Remove miner.thread default since no longer supported (#144)

3.12.0

  • Add support for geth 1.11.3, 1.11.4, and 1.11.5
  • Add miner_etherbase to supported geth kwargs

3.11.0

  • Upgrade circleci golang version to 1.20.1
  • Add support for python 3.11
  • Add support for geth 1.10.26, 1.11.0, 1.11.1, and 1.11.2
  • Fix incorrect comment in install_geth.sh
  • Add clique to ALL_APIS
  • Add gcmode option to Geth process wrapper

3.10.0

  • Add support for geth 1.10.24-1.10.25
  • Patch CVE-2007-4559 - directory traversal vulnerability

3.9.1

  • Add support for geth 1.10.18-1.10.23
  • Remove support for geth versions 1.9.X
  • Upgrade CI Go version to 1.18.1
  • Some updates to setup.py, tox.ini, and circleci config.yml
  • Update supported python versions to reflect what is being tested
  • Add python 3.10 support
  • Remove dependency on idna
  • Remove deprecated setuptools-markdown
  • Updates to pytest, tox, setuptools, flake8, and pluggy dependencies
  • Spelling fix in create_new_account docstring

3.8.0

  • Add support for geth 1.10.14-1.10.17

3.7.0

  • Remove extraneous logging formatting from the LoggingMixin
  • Add support for geth 1.10.12-1.10.13

3.6.0

  • Add support for geth 1.10.9-1.10.11
  • Add support for python 3.9
  • Update flake8 requirement to 3.9.2
  • Add script to update geth versions
  • Set upgrade block numbers in default config
  • Allow passing a port by both string and integer to overrides
  • Add --preload flag option
  • Add --cache flag option
  • Add --tx_pool_global_slots flag option
  • Add --tx_pool_price_limit flag option
  • Handle StopIteration in JoinableQueues when using LoggingMixin
  • General code cleanup

3.5.0

  • Add support for geth 1.10.7-1.10.8

3.4.0

  • Add support for geth 1.10.6

3.3.0

  • Add support for geth 1.10.5

3.2.0

  • Add support for geth 1.10.4

3.1.0

  • Add support for geth 1.10.2-1.10.3

3.0.0

  • Add support for geth 1.9.20-1.10.0
  • Remove support for geth <= 1.9.14

2.4.0

  • Add support for geth 1.9.13-1.9.19

2.3.0

  • Add support for geth 1.9.8-1.9.12

2.2.0

  • Add support for geth 1.9.x
  • Readme bugfix for pypi badges

2.1.0

  • remove support for python 2.x
  • Geth versions <1.7 are no longer tested in CI
  • Support for geth versions up to geth==1.8.22
  • Support for python 3.6 and 3.7

1.10.2

  • Support for testing and installation of geth==1.7.2

1.10.1

  • Support for testing and installation of geth==1.7.0

1.10.0

  • Support and testing against geth==1.6.1
  • Support and testing against geth==1.6.2
  • Support and testing against geth==1.6.3
  • Support and testing against geth==1.6.4
  • Support and testing against geth==1.6.5
  • Support and testing against geth==1.6.6
  • Support and testing against geth==1.6.7

1.9.0

  • Rename LiveGethProcess to MainnetGethProcess. LiveGethProcess now raises deprecation warning when instantiated.
  • Implement geth installation scripts and API
  • Expand test suite to cover through geth==1.6.6

1.8.0

  • Bugfix for --ipcapi flag removal in geth 1.6.x

1.7.1

  • Bugfix for ensure_path_exists utility function.

1.7.0

  • Change to use compat instead of async since async is a keyword
  • Change env variable for gevent threading to be GETH_THREADING_BACKEND

1.6.0

  • Remove hard dependency on gevent.
  • Expand testing against 1.5.5 and 1.5.6

1.5.0

  • Deprecate the --testnet based chain.
  • TestnetGethProcess now is an alias for whatever the current primary testnet is
  • RopstenGethProcess now represents the current ropsten test network
  • travis-ci geth version pinning.

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