Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

fix: resolve hardfork for blocks by blocknumber and timestamp #4455

Merged
merged 16 commits into from
Jul 3, 2023

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    20167dc View commit details
    Browse the repository at this point in the history
  2. WIP - resolve common from blocknumber+timestamp, where it's not avail…

    …able, just fetch from the fork ¯\_(ツ)_/¯
    jeffsmale90 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4ffc97f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4717d19 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Shuffle around transaction serialization logic so that we don't need …

    …to instantiate a transaction in order to serialize it for the database. Except where we need the effective gas price for an eip-1559 fee market transaction, because we need to know the block basefeepergas :(
    jeffsmale90 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bd80d60 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    ae13677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e99e7f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b29117a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    44405b7 View commit details
    Browse the repository at this point in the history
  2. Only tidy ups

    jeffsmale90 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8093a75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bbc42b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    668d1c3 View commit details
    Browse the repository at this point in the history
  2. tidy up

    jeffsmale90 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c6b824a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb95798 View commit details
    Browse the repository at this point in the history
  4. Update comments

    jeffsmale90 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6a96e74 View commit details
    Browse the repository at this point in the history
  5. Update (more) comments

    jeffsmale90 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    163c987 View commit details
    Browse the repository at this point in the history
  6. break early if we don't match a hf, re-add comment on 'getCommonForBl…

    …ock' with some rewordering
    jeffsmale90 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8fd2a6c View commit details
    Browse the repository at this point in the history