Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ethereum/web3.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.29.0
Choose a base ref
...
head repository: ethereum/web3.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.29.2
Choose a head ref
  • 18 commits
  • 17 files changed
  • 8 contributors

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    9997f55 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Resolve Typo in documentation. (#2444) (#2447)

    * Resolve Typo in documentation.
    
    * Add newsfragment for doc fix
    
    Co-authored-by: kclowes <[email protected]>
    
    Co-authored-by: Eric Huang <[email protected]>
    kclowes and EricHuang0525 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d459417 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. fix: add chainId to txn params (#2450) (#2455)

    * fix: add chainId to txn params
    
    * fix: error message on chain id hex to int
    
    * Add newsfragment
    
    Co-authored-by: kclowes <[email protected]>
    
    Co-authored-by: Juliya Smith <[email protected]>
    kclowes and antazoey committed May 2, 2022
    Configuration menu
    Copy the full SHA
    7942a4a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    5d1a141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d540d5 View commit details
    Browse the repository at this point in the history
  3. Add xfail strict=False to eth estimate_gas tests.

    - Add more flaky tests to the list that have timeout issues.
    fselmo committed May 3, 2022
    Configuration menu
    Copy the full SHA
    ea74b7a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. [v5] Increase session cache size (#2451)

    * Increase session cache size
    
    * Add newsfragment
    kclowes committed May 13, 2022
    Configuration menu
    Copy the full SHA
    fe5b271 View commit details
    Browse the repository at this point in the history
  2. [v5] removed deprecated images (#2462) (#2470)

    * removed deprecated images (#2462)
    
    * Add xlarge resource_class
    
    Co-authored-by: Don Freeman <[email protected]>
    kclowes and dbfreem committed May 13, 2022
    Configuration menu
    Copy the full SHA
    21df385 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. fix doc build (#2472)

    * fix doc build
    
    * Add newsfragment
    kclowes committed May 16, 2022
    Configuration menu
    Copy the full SHA
    b7fc8b0 View commit details
    Browse the repository at this point in the history
  2. Fix get cached latest block (#2346) (#2475)

    * Fix get cached latest block
    
    Co-authored-by: Kamyab Zareh <[email protected]>
    Paul Robinson and kamyab98 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6fbd1bb View commit details
    Browse the repository at this point in the history
  3. Pin Jinja2<=3.0.3 (#2476)

    * Pin Jinja2<=3.0.3
    
    * Add newsfragment
    kclowes committed May 16, 2022
    Configuration menu
    Copy the full SHA
    dd96156 View commit details
    Browse the repository at this point in the history
  4. Compile release notes

    kclowes committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c805ea5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afffe15 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Increase default timeout

    Was getting socket timeouts, especially on large values (>400k hex
    chars).
    
    I don't see too big of a downside to a 2s timeout. It should be
    extremely rare to hit this in a real production scenario.
    carver committed May 25, 2022
    Configuration menu
    Copy the full SHA
    8fed79a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2485 from carver/increase-socket-timeout

    Increase default timeout
    carver committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1f01ba5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Only lock cache thread if method is whitelisted

    If the method is not whitelisted, we won't be performing any read/write to the cache. Therefore, only lock the cache thread if the method is included in the whitelist. This prevents issues where a `eth_call` locks the thread and doesn't allow a read from the cache for `eth_chainId` if the chainId is not included in the transaction.
    fselmo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    73f6807 View commit details
    Browse the repository at this point in the history
  2. Compile release notes

    kclowes committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8f920b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6790b63 View commit details
    Browse the repository at this point in the history
Loading