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

Feature/t8n #6833

Closed
wants to merge 142 commits into from
Closed

Feature/t8n #6833

wants to merge 142 commits into from

Commits on Jan 25, 2024

  1. Initial structure for t8n

    jmjac committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b1bfcab View commit details
    Browse the repository at this point in the history
  2. Add block header

    jmjac committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f4d7d60 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Convert alloc to worldstate

    jmjac committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    59afebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    599a494 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

Commits on Jan 31, 2024

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

Commits on Mar 4, 2024

  1. fixed transaction execution

    yeerke committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    340d0ad View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fixed transaction execution

    yeerke committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    66742af View commit details
    Browse the repository at this point in the history
  2. added baseFee for header

    yeerke committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9a043d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. fix tests

    yerke26 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2e7c3b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a37879 View commit details
    Browse the repository at this point in the history
  3. resolve merge conflicts

    yerke26 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a76beb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Updated TestBlockhashProvider

    yerke26 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c85fbf2 View commit details
    Browse the repository at this point in the history
  2. refactoring

    yerke26 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9e9b62c View commit details
    Browse the repository at this point in the history
  3. refactoring

    yerke26 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1734d0f View commit details
    Browse the repository at this point in the history
  4. Env refactoring

    yerke26 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    25cf5d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Env refactoring

    yerke26 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    776f787 View commit details
    Browse the repository at this point in the history
  2. refactoring

    yerke26 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5e3ba28 View commit details
    Browse the repository at this point in the history
  3. refactoring

    yerke26 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    97e00c1 View commit details
    Browse the repository at this point in the history
  4. refactoring

    yerke26 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    24acdb2 View commit details
    Browse the repository at this point in the history
  5. added more test data

    yerke26 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a3daa7d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. fix formatting

    yerke26 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0d7f0c1 View commit details
    Browse the repository at this point in the history
  2. Add T8NBlockHashProvider

    yerke26 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    99d01da View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. output in files

    yerke26 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8be2f94 View commit details
    Browse the repository at this point in the history
  2. added Env checks

    yerke26 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    037b3f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab7e34a View commit details
    Browse the repository at this point in the history
  4. exit codes

    yerke26 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a0417ee View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. add withdrawals, fix tests

    yerke26 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    af6494d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Add reward calculation

    yerke26 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    754ff4a View commit details
    Browse the repository at this point in the history
  2. refactoring

    yerke26 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    892bd05 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. refactoring

    yerke26 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cf8b481 View commit details
    Browse the repository at this point in the history
  2. refactoring

    yerke26 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1a96a65 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix code formatting

    yerke26 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    aba5364 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. add unit test

    yerke26 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    faca266 View commit details
    Browse the repository at this point in the history
  2. add unit test

    yerke26 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    05bc8e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update T8NTool.cs

    Co-authored-by: Marcin Sobczak <77129288+marcindsobczak@users.noreply.github.com>
    Demuirgos and marcindsobczak authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f9455a2 View commit details
    Browse the repository at this point in the history
  2. added more unit tests

    yerke26 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    48f4e59 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. fix ReceiptJsonConverter

    yerke26 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b6e259e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a6dae4 View commit details
    Browse the repository at this point in the history
  3. fix tests

    yerke26 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b24757a View commit details
    Browse the repository at this point in the history
  4. fix

    yerke26 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    91345a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    e3ad744 View commit details
    Browse the repository at this point in the history
  2. fixed storage output

    yerke26 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    caca101 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    b83e2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256addf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afd7b74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    658ca70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b49c889 View commit details
    Browse the repository at this point in the history
  6. Allow UInt256 values to be serialized in dictionaries

    Updates NativePrestateTracer to serialize uint256 dictionary keys/vals directly
    
    Co-authored-by: LukaszRozmej <LukaszRozmej@users.noreply.github.com>
    Co-authored-by: OlegJakushkin <OlegJakushkin@users.noreply.github.com>
    3 people committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e757b28 View commit details
    Browse the repository at this point in the history
  7. Fix bugs from testing

    natebeauregard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9e14eba View commit details
    Browse the repository at this point in the history
  8. Add UInt256 read as property name functionality

    Co-authored-by: LukaszRozmej <LukaszRozmej@users.noreply.github.com>
    Co-authored-by: OlegJakushkin <OlegJakushkin@users.noreply.github.com>
    3 people committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    39aef06 View commit details
    Browse the repository at this point in the history
  9. Add tests

    natebeauregard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3c18376 View commit details
    Browse the repository at this point in the history
  10. Fix whitespace issues

    natebeauregard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f4c2338 View commit details
    Browse the repository at this point in the history
  11. Pass through execution environment as a tracer param

    * Updates ITxTracer.StartOperation to have the entire execution environment as a param
    * Derive the pre-existing depth and isPostMerge params from the execution env
    natebeauregard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    20ab3dc View commit details
    Browse the repository at this point in the history
  12. Fix call depth bug

    natebeauregard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0b96c83 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7539103 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Address CR comments

    natebeauregard committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    34eb7a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. deleted testdata folder

    yerke26 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    350f88b View commit details
    Browse the repository at this point in the history
  2. resolving PR comments

    yerke26 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a30d65f View commit details
    Browse the repository at this point in the history
  3. fixing tests

    yerke26 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    19fced1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. revert TransactionInfo

    yerke26 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2382297 View commit details
    Browse the repository at this point in the history
  2. revert TransactionForRpc

    yerke26 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e320b54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ef7dc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9503a8e View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/master' into feature/t8n

    # Conflicts:
    #	src/Nethermind/Nethermind.AccountAbstraction/Executor/UserOperationTracer.cs
    #	src/Nethermind/Nethermind.Consensus/Tracing/GethStyleTracer.cs
    #	src/Nethermind/Nethermind.Core.Test/Json/UInt256DictionaryKeyConverterTests.cs
    #	src/Nethermind/Nethermind.Evm.Test/EvmPooledMemoryTests.cs
    #	src/Nethermind/Nethermind.Evm.Test/Tracing/GethLikeNativeTracerFactoryTests.cs
    #	src/Nethermind/Nethermind.Evm.Test/Tracing/GethLikePrestateTracerTests.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/AlwaysCancelTxTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/BlockReceiptsTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/CancellationTxTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/CompositeTxTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/Debugger/DebugTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/Custom/JavaScript/GethLikeJavaScriptTxTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/Custom/Native/FourByte/Native4ByteTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/Custom/Native/GethLikeBlockNativeTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/Custom/Native/GethLikeNativeTracerFactory.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/Custom/Native/Prestate/NativePrestateTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/Custom/Native/Prestate/NativePrestateTracerAccount.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/Custom/Native/Prestate/NativePrestateTracerAccountConverter.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/GethLikeTxMemoryTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/GethLikeTxTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/ITxTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/NullTxTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/ParityStyle/ParityLikeTxTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/TxTracer.cs
    #	src/Nethermind/Nethermind.Evm/VirtualMachine.cs
    #	src/Nethermind/Nethermind.Test.Runner/StateTestTxTracer.cs
    yerke26 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    76219f3 View commit details
    Browse the repository at this point in the history
  6. resolve comments

    yerke26 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ad33f18 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

    yerke26 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    83a1f76 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. update tests submodule

    yerke26 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    32597c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. merge, resolve conflicts

    yerke26 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    44a427d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    45a18d2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/t8n

    # Conflicts:
    #	src/Nethermind/Ethereum.Test.Base/GeneralTestBase.cs
    #	src/Nethermind/Ethereum.Test.Base/JsonToEthereumTest.cs
    #	src/Nethermind/Nethermind.Evm/IntrinsicGasCalculator.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/Custom/Native/Prestate/NativePrestateTracerAccount.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/Custom/Native/Prestate/NativePrestateTracerAccountConverter.cs
    #	src/Nethermind/Nethermind.Logging/Progress.cs
    #	src/Nethermind/Nethermind.Optimism/OptimismBlockProducerEnvFactory.cs
    yerke26 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    fb30b0a View commit details
    Browse the repository at this point in the history
  3. fix compilation error

    yerke26 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    42198e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a13d7e5 View commit details
    Browse the repository at this point in the history
  5. Fix Ethereum Tests

    yerke26 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    1bf7e3c View commit details
    Browse the repository at this point in the history
  6. fix GeneralTestBase

    yerke26 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    6a22202 View commit details
    Browse the repository at this point in the history
  7. refactoring

    yerke26 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    82a2e4f View commit details
    Browse the repository at this point in the history
  8. fix Ethereum Tests

    yerke26 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    061c277 View commit details
    Browse the repository at this point in the history
  9. fix Ethereum Tests

    yerke26 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    40bcb07 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. test Ethereum tests

    yerke26 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e9f3628 View commit details
    Browse the repository at this point in the history
  2. test Ethereum tests

    yerke26 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a0a6b59 View commit details
    Browse the repository at this point in the history
  3. fix Ethereum tests

    yerke26 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c0e8996 View commit details
    Browse the repository at this point in the history
  4. clean up

    yerke26 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    45b6aa2 View commit details
    Browse the repository at this point in the history
  5. refactoring

    yerke26 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a0e9cab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99b9c75 View commit details
    Browse the repository at this point in the history
  7. refactoring

    yerke26 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ff74397 View commit details
    Browse the repository at this point in the history
  8. Add ArrowGlacier

    yerke26 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    192c5aa View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fixing t8n tests

    yerke26 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a271268 View commit details
    Browse the repository at this point in the history
  2. refactoring

    yerke26 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    706c5c6 View commit details
    Browse the repository at this point in the history
  3. refactoring

    yerke26 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    021a2ac View commit details
    Browse the repository at this point in the history
  4. fix whitespaces

    yerke26 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    38c263c View commit details
    Browse the repository at this point in the history
  5. refactoring

    yerke26 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3a30e0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90e79c6 View commit details
    Browse the repository at this point in the history
  7. fix missing imports

    yerke26 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    860fa41 View commit details
    Browse the repository at this point in the history
  8. refactoring of Tracers

    yerke26 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    96cf1c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Add GethLikeTrace

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    37a96b9 View commit details
    Browse the repository at this point in the history
  2. add testdata

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c9debf1 View commit details
    Browse the repository at this point in the history
  3. whitespaces

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    dc06f1d View commit details
    Browse the repository at this point in the history
  4. fix GeneralTestBase

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8e6f825 View commit details
    Browse the repository at this point in the history
  5. fix

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    264bcb3 View commit details
    Browse the repository at this point in the history
  6. whitespaces

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fca9a2c View commit details
    Browse the repository at this point in the history
  7. fix GeneralTestBase

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a6ad2f8 View commit details
    Browse the repository at this point in the history
  8. fix

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7fa1e93 View commit details
    Browse the repository at this point in the history
  9. fix

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5d6e0df View commit details
    Browse the repository at this point in the history
  10. refactoring

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    798ced4 View commit details
    Browse the repository at this point in the history
  11. fix t8n test case

    yerke26 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    adc25b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. fix T8NTests

    yerke26 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    48a7ef0 View commit details
    Browse the repository at this point in the history
  2. add IsStateTest flag

    yerke26 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ed935cd View commit details
    Browse the repository at this point in the history
  3. fix compilation error

    yerke26 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a71e4b2 View commit details
    Browse the repository at this point in the history
  4. Revert

    This reverts commit a71e4b2.
    yerke26 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5a281bb View commit details
    Browse the repository at this point in the history
  5. Revert "add IsStateTest flag"

    This reverts commit ed935cd.
    yerke26 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f96fd74 View commit details
    Browse the repository at this point in the history
  6. Reapply "add IsStateTest flag"

    This reverts commit f96fd74.
    yerke26 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a7e1268 View commit details
    Browse the repository at this point in the history
  7. Revert "fix t8n test case"

    This reverts commit adc25b8.
    yerke26 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c2ffd4f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. refactoring

    yerke26 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b3a8616 View commit details
    Browse the repository at this point in the history
  2. fix IsNullOrEmpty

    yerke26 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    323d546 View commit details
    Browse the repository at this point in the history
  3. fix IsNullOrEmpty

    yerke26 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6f205c3 View commit details
    Browse the repository at this point in the history
  4. fix whitespaces, test case

    yerke26 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f0bdf25 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 12, 2024

  1. fix test case

    yerke26 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c1ee07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c543cd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 18, 2024

  1. fix

    yerke26 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    e280140 View commit details
    Browse the repository at this point in the history
  2. fix evm tests

    yerke26 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    21cdad9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2945c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Feature t8n gnosis (#7319)

    Co-authored-by: yerke26 <yerkebulan@nethermind.io>
    stdevMac and yerke26 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    aeed2fd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/t8n

    # Conflicts:
    #	src/Nethermind/Ethereum.Test.Base/BlockchainTestBase.cs
    #	src/Nethermind/Ethereum.Test.Base/GeneralStateTest.cs
    #	src/Nethermind/Ethereum.Test.Base/GeneralTestBase.cs
    #	src/Nethermind/Nethermind.Blockchain/BeaconBlockRoot/BeaconBlockRootHandler.cs
    #	src/Nethermind/Nethermind.Blockchain/BeaconBlockRoot/IBeaconBlockRootHandler.cs
    #	src/Nethermind/Nethermind.Consensus.AuRa/BeaconBlockRoot/NullBeaconBlockRootHandler.cs
    #	src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs
    #	src/Nethermind/Nethermind.Merge.Plugin.Test/EngineModuleTests.HelperFunctions.cs
    yerke26 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    709d3ab View commit details
    Browse the repository at this point in the history
  3. resolve merge conflicts

    yerke26 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9248d16 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feature/t8n' into feature/t8n

    # Conflicts:
    #	src/Nethermind/Ethereum.Test.Base/GeneralTestBase.cs
    yerke26 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6484d73 View commit details
    Browse the repository at this point in the history
  5. fix compilation error

    yerke26 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dd35a9b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    1b81ff1 View commit details
    Browse the repository at this point in the history
  2. fix GeneralTestBase

    yerke26 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    465e39b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fix test case

    yerke26 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f6ea323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21db0ab View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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

Commits on Oct 27, 2024

  1. revert GeneralTestBase

    yerke26 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1437238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62338cc View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. fix Gnosis Genesis spec

    yerke26 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    84bab83 View commit details
    Browse the repository at this point in the history
  2. Update t8n arguments to lowercase

    Co-authored-by: danceratopz <danceratopz@gmail.com>
    yerke26 and danceratopz authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    68e5ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4422b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3001398 View commit details
    Browse the repository at this point in the history
  5. fix write to file

    yerke26 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2d7386f View commit details
    Browse the repository at this point in the history