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

Trace/db traces #4535

Merged
merged 81 commits into from
Dec 6, 2022
Merged

Trace/db traces #4535

merged 81 commits into from
Dec 6, 2022

Commits on Sep 5, 2022

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

Commits on Sep 6, 2022

  1. Add compression to db

    LukaszRozmej committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7a6cf09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bdb448 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    ad7af10 View commit details
    Browse the repository at this point in the history
  2. Add ByteArrayPoolList

    LukaszRozmej committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f17a16a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bd79f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e02e1b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44ddf92 View commit details
    Browse the repository at this point in the history
  6. Fixes and improvements

    LukaszRozmej committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    3a21382 View commit details
    Browse the repository at this point in the history
  7. Add plugin to pipelines

    LukaszRozmej committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    baf65d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13a0f38 View commit details
    Browse the repository at this point in the history
  9. fix test

    LukaszRozmej committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    03eb50d View commit details
    Browse the repository at this point in the history
  10. Add temporary traces

    LukaszRozmej committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9190ed0 View commit details
    Browse the repository at this point in the history
  11. Revert "Add temporary traces"

    This reverts commit 9190ed0.
    LukaszRozmej committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    11d946c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d51646a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    425faf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    c40030b View commit details
    Browse the repository at this point in the history
  2. Upgrade version to 14.4 (#4796)

    Co-authored-by: Kamil Chodoła <kamil@nethermind.io>
    kamilchodola and kamilchodola committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    cef1f72 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Chiado TTD (#4801)

    jmederosalvarado authored and kamilchodola committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    483220c View commit details
    Browse the repository at this point in the history
  2. Updating Fast Sync config files (#4803)

    Co-authored-by: LukaszRozmej <LukaszRozmej@users.noreply.github.com>
    2 people authored and kamilchodola committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0be02d8 View commit details
    Browse the repository at this point in the history
  3. Feature: added extra data length checks (#4805)

    * Added 32 bytes check on extra data
    
    Added checks and tests for the ExtraData not to be longer than 32 bytes
    OlegJakushkin authored and kamilchodola committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    161d78e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    582cb9e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Autorecover when disconnected chain is found (#4816)

    * Autorecover when disconnected chain is found
    
    * Fix tests
    asdacap authored and kamilchodola committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c174ad5 View commit details
    Browse the repository at this point in the history
  2. Updating Fast Sync config files (#4819)

    Co-authored-by: MarekM25 <MarekM25@users.noreply.github.com>
    2 people authored and kamilchodola committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d7f8306 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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

Commits on Oct 28, 2022

  1. Revert "Fix sepolia invalid block (#4694)" (#4838)

    This reverts commit 8f28e4a.
    MarekM25 authored and kamilchodola committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    280c9ab View commit details
    Browse the repository at this point in the history
  2. Bump build version to 14.5 (#4839)

    Co-authored-by: Kamil Chodoła <kamil@nethermind.io>
    kamilchodola and kamilchodola committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    380bf9c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into trace/db-traces

    # Conflicts:
    #	.github/workflows/run-nethermind-tests-with-code-coverage.yml
    #	.github/workflows/run-nethermind-tests.yml
    #	src/Nethermind/Nethermind.Core.Test/Collections/ArrayPoolListTests.cs
    #	src/Nethermind/Nethermind.Core/Collections/IListExtensions.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/BlockTracerBase.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/IBlockTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/ITxTracer.cs
    #	src/Nethermind/Nethermind.JsonRpc/JsonRpcService.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/NullModuleProvider.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/RpcModuleProvider.cs
    #	src/Nethermind/Nethermind.sln
    LukaszRozmej committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e4780ca View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

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

    LukaszRozmej committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e0082af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed10b34 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Don't log error, when initialization is stopped (like when syncing pr…

    …eviously downloaded blocks from db)
    LukaszRozmej committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    da17fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ff457 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Add serialization tests

    LukaszRozmej committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    96b8756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65870a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f2fe84 View commit details
    Browse the repository at this point in the history
  4. fix whitespace

    LukaszRozmej committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    501a4d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0e802e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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

    LukaszRozmej committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e9e55c1 View commit details
    Browse the repository at this point in the history
  3. undo fix

    LukaszRozmej committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5b7ef97 View commit details
    Browse the repository at this point in the history
  4. whitespace fix

    LukaszRozmej committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    463810b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    921b2ff View commit details
    Browse the repository at this point in the history
  6. test fix

    LukaszRozmej committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2a113b9 View commit details
    Browse the repository at this point in the history
  7. fixes

    LukaszRozmej committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7a4a37b View commit details
    Browse the repository at this point in the history
  8. Set chiado and xdai Merge.SecondsPerSlot=5 (#4880)

    * Set chiado `Merge.SecondsPerSlot=5`
    
    * Update xdai configs with `Merge.SecondsPerSlot=5`
    
    This commit is not relevant before the merge.
    jmederosalvarado authored and kamilchodola committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c1e61c5 View commit details
    Browse the repository at this point in the history
  9. Updating Fast Sync config files (#4897)

    Co-authored-by: LukaszRozmej <LukaszRozmej@users.noreply.github.com>
    2 people authored and kamilchodola committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    17b3048 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Set C# version to 10.0 (#4881)

    rubo authored and kamilchodola committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    045200e View commit details
    Browse the repository at this point in the history
  2. Add gnosischain TTD value (#4901)

    * Add gnosischain TTD value
    
    Scheduled for `Dec 5 2022` assuming 5s block times: `8626000000000000000000058750000000000000000000`
    
    * Add EnginePort xdai configs
    
    * Add xdai TTD test to ChainSpecLoaderTests
    
    * Fix runner tests
    
    * Override MergePlugin Name and Description fields in AuRaMergePlugin
    jmederosalvarado authored and kamilchodola committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6f8b889 View commit details
    Browse the repository at this point in the history
  3. fix eth_call mix_hash and beneficiary (#4873)

    * fix eth_call mix_hash and beneficiary
    
    * always set MixHash
    # Conflicts:
    #	src/Nethermind/Nethermind.Facade/BlockchainBridge.cs
    LukaszRozmej committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    dbf415b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    acd3a42 View commit details
    Browse the repository at this point in the history
  2. Changes the docker password to a token (#4916)

    * fix: changes the docker password to token
    
    * fix: update docker pass for main release workflow
    FalcoXYZ authored and kamilchodola committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c9047bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdc1a10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2451401 View commit details
    Browse the repository at this point in the history
  5. Remove unneded filters

    LukaszRozmej committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d75401d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ef38f5 View commit details
    Browse the repository at this point in the history
  7. fix trace filtering

    LukaszRozmej committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    30c9d70 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. fix whitespace

    LukaszRozmej committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0adba53 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Updating Fast Sync config files (#4920)

    Co-authored-by: LukaszRozmej <LukaszRozmej@users.noreply.github.com>
    2 people authored and kamilchodola committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2e74b93 View commit details
    Browse the repository at this point in the history
  2. Bump build version to 14.6 (#4923)

    Co-authored-by: Kamil Chodoła <kamil@nethermind.io>
    kamilchodola and kamilchodola committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8a30004 View commit details
    Browse the repository at this point in the history
  3. Changes the docker password variable to token (#4924)

    * fix: changes the docker password to token
    
    * fix: update docker pass for main release workflow
    
    * fix: change DOCKER_PASSWORD to token
    FalcoXYZ authored and kamilchodola committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6aea772 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    84758ab View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/release/1.14.6' into trace/db-tr…

    …aces
    
    # Conflicts:
    #	.github/workflows/build-nethtest-hive-docker-images.yml
    #	src/Nethermind/Directory.Build.props
    #	src/Nethermind/Nethermind.Consensus/MiningConfig.cs
    #	src/Nethermind/Nethermind.Facade/BlockchainBridge.cs
    #	src/Nethermind/Nethermind.Merge.Plugin/Synchronization/ChainLevelHelper.cs
    #	src/Nethermind/Nethermind.Runner/configs/chiado.cfg
    #	src/Nethermind/Nethermind.Runner/configs/energyweb.cfg
    #	src/Nethermind/Nethermind.Runner/configs/goerli.cfg
    #	src/Nethermind/Nethermind.Runner/configs/goerli_aa.cfg
    #	src/Nethermind/Nethermind.Runner/configs/goerli_mev.cfg
    #	src/Nethermind/Nethermind.Runner/configs/mainnet.cfg
    #	src/Nethermind/Nethermind.Runner/configs/mainnet_aa.cfg
    #	src/Nethermind/Nethermind.Runner/configs/mainnet_mev.cfg
    #	src/Nethermind/Nethermind.Runner/configs/poacore.cfg
    #	src/Nethermind/Nethermind.Runner/configs/sepolia.cfg
    #	src/Nethermind/Nethermind.Runner/configs/sokol.cfg
    #	src/Nethermind/Nethermind.Runner/configs/volta.cfg
    #	src/Nethermind/Nethermind.Runner/configs/xdai.cfg
    #	src/Nethermind/Nethermind.Runner/configs/xdai_aa.cfg
    #	src/Nethermind/Nethermind.Runner/configs/xdai_mev.cfg
    LukaszRozmej committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b42a006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6261c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a458eb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Fix remove empty results

    LukaszRozmej committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    08207dc View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Merge 1.14.7

    LukaszRozmej committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a9a05fe View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Merge remote-tracking branch 'origin/master' into trace/db-traces

    # Conflicts:
    #	src/Nethermind/Directory.Build.props
    #	src/Nethermind/Nethermind.Consensus/Processing/BlockRef.cs
    #	src/Nethermind/Nethermind.Core.Test/Collections/ArrayPoolListTests.cs
    #	src/Nethermind/Nethermind.Core/BlockInfo.cs
    #	src/Nethermind/Nethermind.Core/Collections/ArrayPoolList.cs
    #	src/Nethermind/Nethermind.Core/Collections/IListExtensions.cs
    #	src/Nethermind/Nethermind.Core/Extensions/Bytes.cs
    #	src/Nethermind/Nethermind.Core/Resettables/ResettableList.cs
    #	src/Nethermind/Nethermind.Db/RocksDbInitializer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/BlockTracerBase.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/GethStyle/GethLikeBlockTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/IBlockTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/ITxTracer.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/ParityStyle/ParityResult.cs
    #	src/Nethermind/Nethermind.Evm/Tracing/Proofs/ProofBlockTracer.cs
    #	src/Nethermind/Nethermind.JsonRpc.Test/Modules/RpcModuleProviderTests.cs
    #	src/Nethermind/Nethermind.JsonRpc.Test/Modules/TestRpcModuleProvider.cs
    #	src/Nethermind/Nethermind.JsonRpc.Test/Modules/Trace/ParityTxTraceFromReplayConverterTest.cs
    #	src/Nethermind/Nethermind.JsonRpc/JsonRpcService.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/BoundedModulePool.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/IRpcModulePool.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/IRpcModuleProvider.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/NullModuleProvider.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/RpcModuleProvider.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/SingletonModulePool.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/Subscribe/SubscribeRpcModule.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/Trace/ParityTxTraceFromReplay.cs
    #	src/Nethermind/Nethermind.JsonRpc/Modules/Trace/TraceModuleFactory.cs
    #	src/Nethermind/Nethermind.Serialization.Json/EthereumJsonSerializer.cs
    #	src/Nethermind/Nethermind.Serialization.Json/KeccakConverter.cs
    #	src/Nethermind/Nethermind.Serialization.Rlp/RlpDecoderExtensions.cs
    #	src/Nethermind/Nethermind.State/IStateTracer.cs
    #	src/Nethermind/Nethermind.State/IStorageTracer.cs
    #	src/Nethermind/Nethermind.State/NullStorageTracer.cs
    LukaszRozmej committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    778780f View commit details
    Browse the repository at this point in the history
  2. fix licensing header

    LukaszRozmej committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    87f1b50 View commit details
    Browse the repository at this point in the history
  3. fix whitespace

    LukaszRozmej committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3952d3e View commit details
    Browse the repository at this point in the history
  4. Final touches

    LukaszRozmej committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    73b1071 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    2305f2a View commit details
    Browse the repository at this point in the history
  2. refactor

    LukaszRozmej committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    44eb3e0 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into trace/db-traces

    # Conflicts:
    #	src/Nethermind/Nethermind.Evm/Tracing/ITxTracer.cs
    LukaszRozmej committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ba193cf View commit details
    Browse the repository at this point in the history
  4. Adds IsTracingFees docs

    LukaszRozmej committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7bff0b8 View commit details
    Browse the repository at this point in the history
  5. FIx issue when Result was added to json, because it was created by de…

    …fault on deserialization, even if not serialized
    LukaszRozmej committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    601bd16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d100122 View commit details
    Browse the repository at this point in the history
  7. Review fixes

    LukaszRozmej committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    210a501 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    LukaszRozmej committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    686f15d View commit details
    Browse the repository at this point in the history
  9. fix shitespace

    LukaszRozmej committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7a5647b View commit details
    Browse the repository at this point in the history