Web3-klaytn

Latest version: v6.0.0b4

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 26

5.0.0alpha.4

--------------

Released January 23rd, 2019

- Breaking Changes

- Rename ``middleware_stack`` to ``middleware_onion``
- `1210 <https://github.com/ethereum/web3.py/pull/1210>`_
- Drop already deprecated ``web3.soliditySha3``
- `1217 <https://github.com/ethereum/web3.py/pull/1217>`_
- ENS: Stop inferring ``.eth`` TLD on domain names
- `1205 <https://github.com/ethereum/web3.py/pull/1205>`_

- Bugfixes

- Validate ``ethereum_tester`` class in ``EthereumTesterProvider``
- `1217 <https://github.com/ethereum/web3.py/pull/1217>`_
- Support ``getLogs()`` method without creating filters
- `1192 <https://github.com/ethereum/web3.py/pull/1192>`_

- Features

- Stablize the ``PM`` module
- `1125 <https://github.com/ethereum/web3.py/pull/1125>`_
- Implement async ``Version`` module
- `1166 <https://github.com/ethereum/web3.py/pull/1166>`_

- Misc

- Update .gitignore to ignore ``.DS_Store`` and ``.mypy_cache/``
- `1215 <https://github.com/ethereum/web3.py/pull/1215>`_
- Change CircleCI badge link to CircleCI project
- `1214 <https://github.com/ethereum/web3.py/pull/1214>`_

5.0.0alpha.3

--------------

Released January 15th, 2019

- Breaking Changes

- Remove ``web3.miner.hashrate`` and ``web3.version.network``
- `1198 <https://github.com/ethereum/web3.py/pull/1198>`_
- Remove ``web3.providers.tester.EthereumTesterProvider``
and ``web3.providers.tester.TestRPCProvider``
- `1199 <https://github.com/ethereum/web3.py/pull/1199>`_
- Change ``manager.providers`` from list to single ``manager.provider``
- `1200 <https://github.com/ethereum/web3.py/pull/1200>`_
- Replace deprecated ``web3.sha3`` method with ``web3.keccak`` method
- `1207 <https://github.com/ethereum/web3.py/pull/1207>`_
- Drop auto detect testnets for IPCProvider
- `1206 <https://github.com/ethereum/web3.py/pull/1206>`_

- Bugfixes

- Add check to make sure blockHash exists
- `1158 <https://github.com/ethereum/web3.py/pull/1158>`_

- Misc

- Remove some unreachable code in `providers/base.py`
- `1160 <https://github.com/ethereum/web3.py/pull/1160>`_
- Migrate tester provider results from middleware to defaults
- `1188 <https://github.com/ethereum/web3.py/pull/1188>`_
- Fix doc formatting for build_filter method
- `1187 <https://github.com/ethereum/web3.py/pull/1187>`_
- Add ERC20 example in docs
- `1178 <https://github.com/ethereum/web3.py/pull/1178>`_
- Code style improvements
- `1194 <https://github.com/ethereum/web3.py/pull/1194>`_
& `1191 <https://github.com/ethereum/web3.py/pull/1191>`_
- Convert Web3 instance variables to w3
- `1186 <https://github.com/ethereum/web3.py/pull/1186>`_
- Update eth-utils dependencies and clean up other dependencies
- `1195 <https://github.com/ethereum/web3.py/pull/1195>`_

5.0.0alpha.2

--------------

Released December 20th, 2018

- Breaking Changes

- Remove support for python3.5, drop support for eth-abi v1
- `1163 <https://github.com/ethereum/web3.py/pull/1163>`_
- Features

- Support for custom ReleaseManager was fixed
- `1165 <https://github.com/ethereum/web3.py/pull/1165>`_

- Misc

- Fix doctest nonsense with unicorn token
- `3b2047 <https://github.com/ethereum/web3.py/commit/3b20479ea52>`_
- Docs for installing web3 in FreeBSD
- `1156 <https://github.com/ethereum/web3.py/pull/1156>`_
- Use latest python in readthedocs
- `1162 <https://github.com/ethereum/web3.py/pull/1162>`_
- Use twine in release script
- `1164 <https://github.com/ethereum/web3.py/pull/1164>`_
- Upgrade eth-tester, for eth-abi v2 support
- `1168 <https://github.com/ethereum/web3.py/pull/1168>`_

5.0.0alpha.1

--------------

Released December 13th, 2018

- Features

- Add Rinkeby and Kovan Infura networks; made mainnet the default
- `1150 <https://github.com/ethereum/web3.py/pull/1150>`_
- Add parity-specific ``listStorageKeys`` RPC
- `1145 <https://github.com/ethereum/web3.py/pull/1145>`_
- Deprecated ``Web3.soliditySha3``; use ``Web3.solidityKeccak`` instead.
- `1139 <https://github.com/ethereum/web3.py/pull/1139>`_
- Add default trinity locations to IPC path guesser
- `1121 <https://github.com/ethereum/web3.py/pull/1121>`_
- Add wss to ``AutoProvider``
- `1110 <https://github.com/ethereum/web3.py/pull/1110>`_
- Add timeout for ``WebsocketProvider``
- `1109 <https://github.com/ethereum/web3.py/pull/1109>`_
- Receipt timeout raises ``TimeExhausted``
- `1070 <https://github.com/ethereum/web3.py/pull/1070>`_
- Allow specification of block number for ``eth_estimateGas``
- `1046 <https://github.com/ethereum/web3.py/pull/1046>`_


- Misc

- Removed ``web3._utils.six`` support
- `1116 <https://github.com/ethereum/web3.py/pull/1116>`_
- Upgrade eth-utils to 1.2.0
- `1104 <https://github.com/ethereum/web3.py/pull/1104>`_
- Require Python version 3.5.3 or greater
- `1095 <https://github.com/ethereum/web3.py/pull/1095>`_
- Bump websockets version to 7.0.0
- `1146 <https://github.com/ethereum/web3.py/pull/1146>`_
- Bump parity test binary to 1.11.11
- `1064 <https://github.com/ethereum/web3.py/pull/1064>`_

4.8.2

--------

Released November 15, 2018

- Misc

- Reduce unneeded memory usage
- `1138 <https://github.com/ethereum/web3.py/pull/1138>`_

4.8.1

--------

Released October 28, 2018

- Features

- Add timeout for WebsocketProvider
- `1119 <https://github.com/ethereum/web3.py/pull/1119>`_
- Reject transactions that send ether to non-payable contract functions
- `1115 <https://github.com/ethereum/web3.py/pull/1115>`_
- Add Auto Infura Ropsten support: ``from web3.auto.infura.ropsten import w3``
- `1124 <https://github.com/ethereum/web3.py/pull/1124>`_
- Auto-detect trinity IPC file location
- `1129 <https://github.com/ethereum/web3.py/pull/1129>`_
- Misc

- Require Python >=3.5.3
- `1107 <https://github.com/ethereum/web3.py/pull/1107>`_
- Upgrade eth-tester and eth-utils
- `1085 <https://github.com/ethereum/web3.py/pull/1085>`_
- Configure readthedocs dependencies
- `1082 <https://github.com/ethereum/web3.py/pull/1082>`_
- soliditySha3 docs fixup
- `1100 <https://github.com/ethereum/web3.py/pull/1100>`_
- Update ropsten faucet links in troubleshooting docs

Page 11 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.