Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ethereum/web3.py issues and pull requests

#3500 - update EthereumTesterProvider docs

Pull Request - State: closed - Opened by pacrob 6 days ago

#3499 - Fixed details in error_formatters_utils.py

Pull Request - State: open - Opened by simone1999 7 days ago

#3498 - Some optimizations for JSON

Pull Request - State: open - Opened by toppk 8 days ago - 1 comment

#3497 - Docs cleanups related to test vs tester install extras

Pull Request - State: closed - Opened by fselmo 8 days ago - 2 comments

#3496 - make json improvements

Issue - State: open - Opened by toppk 8 days ago

#3495 - Refactor install extras

Pull Request - State: closed - Opened by fselmo 8 days ago

#3494 - Add support for `eth_simulateV1`

Issue - State: open - Opened by fselmo 12 days ago
Labels: priority: p3 normal

#3493 - add py3.13 to supported versions

Pull Request - State: open - Opened by pacrob 12 days ago

#3492 - Fix buffer issues with async IPC; add tests

Pull Request - State: closed - Opened by fselmo 13 days ago - 2 comments

#3491 - Raise `MismatchedABI` exceptions with detailed error messaging

Pull Request - State: open - Opened by reedsa 13 days ago - 8 comments

#3490 - Validate provider is correct type for the w3 class on init:

Pull Request - State: closed - Opened by fselmo 14 days ago

#3488 - Encourage signing middleware injection before txn modifying middleware

Pull Request - State: closed - Opened by fselmo 15 days ago - 1 comment

#3487 - ModuleNotFoundError: No module named 'cytoolz.itertoolz'

Issue - State: closed - Opened by ray2021 16 days ago - 1 comment

#3485 - IPC Provider throws timeout error for large responses

Issue - State: closed - Opened by raxhvl 16 days ago - 2 comments

#3484 - re-compile test contracts with new Solidity v0.8.27

Pull Request - State: closed - Opened by fselmo 21 days ago

#3483 - Bugfix tx caching

Pull Request - State: closed - Opened by fselmo 21 days ago

#3482 - Error when invoking ambiguous contract functions

Issue - State: open - Opened by falvaradorodriguez 21 days ago - 2 comments

#3481 - docs: update release_notes.rst

Pull Request - State: closed - Opened by eltociear 23 days ago - 1 comment

#3480 - docs: fixed typos in pip install "web3[test]"

Pull Request - State: closed - Opened by LuizDMM 23 days ago - 8 comments

#3479 - Add ability to call ContractEvents with or without parentheses

Pull Request - State: closed - Opened by kclowes 26 days ago - 1 comment
Labels: No Merge

#3477 - Allow ContractEvent to be called without parentheses

Pull Request - State: closed - Opened by kclowes 27 days ago - 1 comment

#3476 - Initialize contracts having function or event overrides

Pull Request - State: closed - Opened by reedsa 28 days ago - 1 comment

#3474 - hex string without 0x prefix with 7.2.0

Issue - State: closed - Opened by toppk about 1 month ago - 4 comments

#3473 - Correct the .encode_abi code example snippet in the docs (web3.contract.rst)

Pull Request - State: closed - Opened by flanagansteve about 1 month ago - 1 comment

#3472 - Event Contract APIs

Pull Request - State: open - Opened by reedsa about 1 month ago

#3471 - ``raw_tx.hex()`` -> ``raw_tx.to_0x_hex()``

Pull Request - State: closed - Opened by fselmo about 1 month ago - 1 comment

#3469 - base default maxFeePerGas value off of maxPriorityFeePerGas

Pull Request - State: closed - Opened by pacrob about 1 month ago

#3468 - Clean up session warnings

Pull Request - State: closed - Opened by kclowes about 1 month ago

#3467 - get_request_headers combomethod

Pull Request - State: closed - Opened by kclowes about 1 month ago

#3466 - Make `HTTPProvider.get_request_headers()` a class-level method

Issue - State: closed - Opened by antazoey about 1 month ago - 3 comments
Labels: priority: p3 normal

#3465 - Support blob_sidecars beacon endpoint

Pull Request - State: closed - Opened by fselmo about 1 month ago - 1 comment

#3463 - (bugfix) Use a defined __hash__() for unhashable middleware:

Pull Request - State: closed - Opened by fselmo about 1 month ago

#3462 - Update v6->v7 migration details for middleware builder classes.

Pull Request - State: closed - Opened by fselmo about 1 month ago

#3459 - Pin ckzg <2

Pull Request - State: closed - Opened by kclowes about 1 month ago

#3458 - Bump py-geth out of beta, now that stable is released.

Pull Request - State: closed - Opened by fselmo about 1 month ago

#3457 - Handle ambiguous event names in contracts

Pull Request - State: closed - Opened by reedsa about 1 month ago

#3456 - Pin ckzg library

Pull Request - State: closed - Opened by kclowes about 1 month ago - 2 comments

#3455 - Update filters.rst

Pull Request - State: closed - Opened by bibo7086 about 1 month ago - 1 comment

#3454 - Fix bullet point formatting in release notes

Pull Request - State: closed - Opened by kclowes about 1 month ago

#3453 - Descriptive Event `ABI` Error Messages

Pull Request - State: closed - Opened by reedsa about 1 month ago - 1 comment

#3452 - Updates to ci runs

Pull Request - State: closed - Opened by fselmo about 1 month ago

#3451 - Error when initializing `AsyncWeb3` outside of an asynchronous function

Issue - State: closed - Opened by richardgreg about 2 months ago - 1 comment

#3450 - Update versions for major releases of `eth-utils` and `eth-typing`

Pull Request - State: closed - Opened by reedsa about 2 months ago

#3449 - [V6] pin eth-typing <5.0.0

Pull Request - State: closed - Opened by reedsa about 2 months ago

#3448 - Improve the batch requests documentation.

Pull Request - State: closed - Opened by fselmo about 2 months ago

#3447 - [WIP / R&D] - EELS backend with eth-tester

Pull Request - State: open - Opened by fselmo about 2 months ago

#3446 - batch request bug

Issue - State: closed - Opened by Azleal about 2 months ago - 7 comments

#3445 - Upgrade eth-typing requirement

Pull Request - State: closed - Opened by kclowes 2 months ago

#3444 - Allow ContractFunctions to be called via a combomethod style

Pull Request - State: closed - Opened by kclowes 2 months ago

#3443 - Remove Web3ValidationError dependency on eth-utils ValidationError

Pull Request - State: closed - Opened by fselmo 2 months ago - 2 comments

#3440 - Attempt to address some of the consistently flaky integration tests

Pull Request - State: closed - Opened by fselmo 2 months ago - 1 comment

#3439 - see what latest eth-account updates break for v6

Pull Request - State: closed - Opened by pacrob 2 months ago

#3438 - see what latest eth-account breaks

Pull Request - State: closed - Opened by pacrob 2 months ago

#3437 - Update the ipfs version used in CircleCI

Pull Request - State: closed - Opened by fselmo 3 months ago

#3436 - Poa middleware is not working in async mode

Issue - State: closed - Opened by cryptoqube777 3 months ago - 1 comment

#3435 - Async Gas Price Strategy

Issue - State: open - Opened by UB18Aux 3 months ago - 1 comment
Labels: priority: p3 normal

#3434 - coerce accessList storageKeys to HexStr, not HexBytes

Pull Request - State: closed - Opened by pacrob 3 months ago

#3433 - Refactor public API for persistent connection provider socket interactions

Pull Request - State: closed - Opened by fselmo 3 months ago - 2 comments

#3432 - Port similar changes from #3424 to main / v7:

Pull Request - State: closed - Opened by fselmo 3 months ago

#3431 - Use context manager for post request

Pull Request - State: closed - Opened by kclowes 3 months ago

#3430 - Removed the ability to filter by pending blocks

Pull Request - State: open - Opened by BZAghalarov 3 months ago - 1 comment

#3428 - Allow timeout for chunked responses

Pull Request - State: closed - Opened by Uxio0 3 months ago - 1 comment

#3427 - Support parse human readable function signature to abi json

Issue - State: closed - Opened by yihuang over 2 years ago - 4 comments

#3425 - Enhance README.md

Pull Request - State: closed - Opened by anonployed 3 months ago

#3424 - Fix websocket provider receives nothing forever when the peer server is closed or gone

Pull Request - State: closed - Opened by kaiix 3 months ago - 7 comments

#3423 - Update filters.rst

Pull Request - State: closed - Opened by cratiu222 3 months ago - 2 comments

#3422 - Docs improvement

Pull Request - State: closed - Opened by nnsW3 3 months ago - 1 comment

#3421 - Fix Beacon API after internal cache rehaul:

Pull Request - State: closed - Opened by fselmo 3 months ago

#3420 - `v6` `ABIError` type

Pull Request - State: closed - Opened by reedsa 3 months ago

#3419 - "error" is not allowed as `ABIFunction.type`

Issue - State: closed - Opened by avoiney-ledger 3 months ago - 5 comments

#3418 - HTTPProvider timeout is not working for chunked responses

Issue - State: closed - Opened by Uxio0 3 months ago - 8 comments

#3417 - run ci with typed py-geth

Pull Request - State: closed - Opened by pacrob 4 months ago

#3416 - Help for ERC20Permit: invalid signature

Issue - State: closed - Opened by ylasgamers 4 months ago

#3415 - RuntimeError: There is no current event loop in thread 'MainThread'.

Issue - State: closed - Opened by shilkazx 4 months ago - 3 comments

#3414 - Run mypy with all deps installed

Pull Request - State: closed - Opened by pacrob 4 months ago

#3412 - Strap a `RequestSessionManager` to each instance of http providers

Pull Request - State: closed - Opened by fselmo 4 months ago - 5 comments

#3411 - Use owning classe instance when generating session cache keys:

Pull Request - State: closed - Opened by fselmo 4 months ago - 1 comment

#3410 - [v6] Update provider explicit exports for `__all__`

Pull Request - State: closed - Opened by fselmo 4 months ago

#3409 - Update provider explicit exports

Pull Request - State: closed - Opened by fselmo 4 months ago - 3 comments

#3408 - Function ABI Utilities

Pull Request - State: closed - Opened by reedsa 4 months ago - 2 comments

#3407 - Support blob_sidecars endpoint

Pull Request - State: closed - Opened by roysc 4 months ago - 1 comment

#3406 - Weird Web3 object behaviour when using timeout in request_kwargs

Issue - State: closed - Opened by choesy 4 months ago - 2 comments

#3405 - Recompile test contracts with new Solidity version: v0.8.26

Issue - State: closed - Opened by fselmo 4 months ago
Labels: priority: p2 important

#3404 - Fix eth-account docs and core tests

Pull Request - State: closed - Opened by kclowes 5 months ago

#3403 - docs: add subscribe to logs page

Pull Request - State: closed - Opened by wolovim 5 months ago

#3402 - Use `__all__` in `__init__.py`

Pull Request - State: closed - Opened by DavidRomanovizc 5 months ago - 1 comment

#3401 - Event ABI Utilities

Pull Request - State: closed - Opened by reedsa 5 months ago - 1 comment

#3400 - Increase eth-tester range

Pull Request - State: closed - Opened by kclowes 5 months ago

#3399 - changes changelog name from releases to release_notes

Pull Request - State: closed - Opened by pacrob 5 months ago