Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master #11

Merged
merged 30 commits into from Jun 28, 2023
Merged

master #11

merged 30 commits into from Jun 28, 2023

Commits on Aug 25, 2021

  1. Enables fast tracing for CALL family

    CMajeri authored and johandroz committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    46d8bc4 View commit details
    Browse the repository at this point in the history
  2. Removes useless code

    CMajeri authored and johandroz committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0b450bc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    093ac43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    843aa43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff52ea4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

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

Commits on May 27, 2022

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

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    d87e8eb View commit details
    Browse the repository at this point in the history
  2. Simplify loop

    CMajeri committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a299399 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from taurusgroup/feature/call_failures

    Detect silent failures (no REVERT or error message)
    CMajeri committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d1589f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

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

Commits on Sep 1, 2022

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

Commits on Sep 13, 2022

  1. graphql: return correct logs for tx (ethereum#25612)

    * graphql: fix tx logs
    
    * minor
    
    * Use optimized search for selecting tx logs
    s1na authored and fjl committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d0dc349 View commit details
    Browse the repository at this point in the history
  2. graphql: fixes missing tx logs (ethereum#25745)

    * graphql: fix tx logs
    
    * graphql: refactor test service setup
    
    * graphql: add test for tx logs
    s1na authored and fjl committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3b41be6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Release Geth v1.10.24

    karalabe committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    972007a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. params: set TerminalTotalDifficultyPassed to true (ethereum#25769)

    * params: set TerminalTotalDifficultyPassed to true
    
    * Update params/config.go
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    2 people authored and karalabe committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8f61fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69568c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    85e469f View commit details
    Browse the repository at this point in the history
  2. eth/protocols/snap: throttle trie heal requests when peers DoS us (et…

    …hereum#25666)
    
    * eth/protocols/snap: throttle trie heal requests when peers DoS us
    
    * eth/protocols/snap: lower heal throttle log to debug
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    
    * eth/protocols/snap: fix comment
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    2 people authored and fjl committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    937ea49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a32e69a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99bbb33 View commit details
    Browse the repository at this point in the history
  5. eth/filters: change filter block to be by-ref (ethereum#26054)

    This PR changes the block field in the filter to be a pointer, to disambiguate between empty hash and no hash
    holiman authored and fjl committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    27600a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    211dbb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5eb32a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Merge tag 'v1.10.26' of https://github.com/ethereum/go-ethereum

    Grégory Bataille committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    92cf8e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Merge pull request #5 from taurusgroup/merge_1.10.26

    Merge 1.10.26
    simonecid committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    42b793f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    ebcd50e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from taurusgroup/release_v1.11.2

    Merge release v1.11.2
    simonecid committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3b142ef View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Merge pull request #9 from taurusgroup/release_v1.11.5

    Release v1.11.5
    hmoens committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b8f419f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge pull request #10 from taurusgroup/release_v1.12

    Release v1.12
    dupontcy committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    312db2c View commit details
    Browse the repository at this point in the history