good morning!!!!

Skip to content
Snippets Groups Projects
Select Git revision
  • c594f83c6254bc6d1c7568089c10faf1bb76e588
  • devel default protected
  • concurrent
  • erigon22
  • body-download
  • merge-1
  • mdbx_erigon
  • roaring_up6
  • alpha
  • eth67
  • anchor-log
  • stable
  • naming
  • apache-mutation
  • gc_cache
  • db_migration_reset_blocks
  • mdbx_aug_dbg_64
  • docker_faster_build
  • readme1
  • readme2
  • optimized_fee_history
  • v2022.06.04
  • v2022.04.05
  • v2022.06.03
  • v2022.06.02
  • v2022.06.01
  • v2022.05.09
  • v2022.05.08
  • v2022.05.07
  • v2022.05.06
  • v2022.05.05
  • v2022.05.04
  • v2022.05.03
  • v2022.05.02
  • v2022.05.01
  • v2022.04.04
  • v2022.04.03
  • v2022.04.02
  • v2022.04.01
  • v2022.03.02
  • v2022.03.01
41 results

lmdb

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Forked from an inaccessible project.
    user avatar
    Hao Duan authored and GitHub committed
    * core: avoid modification of accountSet cache in tx_pool
    
    when runReorg, we may copy the dirtyAccounts' accountSet cache to promoteAddrs
    in which accounts will be promoted, however, if we have reset request at the
    same time, we may reuse promoteAddrs and modify the cache content which is
    against the original intention of accountSet cache. So, we need to make a new
    slice here to avoid modify accountSet cache.
    
    * core: fix flatten condition + comment
    
    Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
    b35e4fce
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..