Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Added a Hard Fork event which will enable transaction metadata in Bor #1064

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    9d9307b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cdde17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af038af View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix blob transaction panic in txpool (ledgerwatch#1065)

    Fixes the following panic triggered by blob Hive tests:
    ```
    [2c098836] panic: runtime error: index out of range [0] with length 0
    [2c098836] 
    [2c098836] goroutine 902 [running]:
    [2c098836] github.com/ledgerwatch/erigon-lib/txpool.MainLoop.func1()
    [2c098836] 	github.com/ledgerwatch/erigon-lib@v0.0.0-20230801100033-1b342f37741d/txpool/pool.go:1565 +0x100f
    [2c098836] created by github.com/ledgerwatch/erigon-lib/txpool.MainLoop
    [2c098836] 	github.com/ledgerwatch/erigon-lib@v0.0.0-20230801100033-1b342f37741d/txpool/pool.go:1492 +0x8c5
    ```
    yperbasis authored and pratikspatil024 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9fae34d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5920e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d574daa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e39df5 View commit details
    Browse the repository at this point in the history
  5. save (ledgerwatch#1070)

    Giulio2002 authored and pratikspatil024 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    629b4ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff0f0d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36f9c0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a48a2fc View commit details
    Browse the repository at this point in the history
  9. pool: don't warn at Ctrl+C

    AskAlexSharov authored and pratikspatil024 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    474c26f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db4777d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5ad4889 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b874d9d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec2582b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc1d96d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ae3da07 View commit details
    Browse the repository at this point in the history