good morning!!!!

Skip to content
Snippets Groups Projects
Select Git revision
  • disable_mdbx_assert_in_alpha
  • 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

cli

  • Clone with SSH
  • Clone with HTTPS
  • Forked from an inaccessible project.
    user avatar
    ledgerwatch authored and GitHub committed
    * Change version to alpha (#3926)
    
    Co-authored-by: default avatarAlexey Sharp <alexeysharp@Alexeys-iMac.local>
    Co-authored-by: default avatarAlex Sharp <alexsharp@Alexs-MacBook-Pro.local>
    
    * docs: update libmdbx links (#3929)
    
    * Makefile: refactor build flags and fix 1.17 (#3930)
    
    * Fix some cli flag descriptions (#3933)
    
    * Fix some cli flag descriptions
    
    * add node about verbosity
    
    * min requirement to go 1.18 (#3934)
    
    * save
    
    * save
    
    * save
    
    * Added Ethstats service (#3931)
    
    * somewhat there but not yet
    
    * lol
    
    * more efficient ethstats
    
    * lint
    
    * not die on no wifi
    
    * Update bor mumbai config (#3937)
    
    * Update ci.yml (#3936)
    
    * Use heimdall url in integration bor consensus (#3940)
    
    * Downloader: re-use flags defaults (#3941)
    
    * torrent: print peers amount in logs (#3942)
    
    * Observer - P2P network crawler (#3928)
    
    Observer crawls the Ethereum network and collects information about the nodes.
    
    * Torrent conns print (#3943)
    
    * save
    
    * save
    
    * [erigon2] Fuzz tests for commitment (#3939)
    
    * [erigon2] Fuzz tests for commitment
    
    * Cleanup
    
    * Update to erigon-lib main
    
    Co-authored-by: default avatarAlexey Sharp <alexeysharp@Alexeys-iMac.local>
    
    * Introduce unlimited download rate (#3945)
    
    * Introduce unlimited download rate
    
    * More generous burst
    
    Co-authored-by: default avatarAlexey Sharp <alexeysharp@Alexeys-iMac.local>
    
    * Replace ioutil with io and os (#3946)
    
    * Sentry GRPC: rename Peers to PeerEvents (#3944)
    
    * Sentry GRPC: rename Peers to PeerEvents
    
    see https://github.com/ledgerwatch/interfaces/pull/101
    
    
    
    * Update to erigon-lib main
    
    Co-authored-by: default avatarAlexey Sharp <alexeysharp@Alexeys-iMac.local>
    
    * cleaned up forkchoices db insertions #3949
    
    * fixed ethstats (#3951)
    
    * bsc: disable snap sync (#3955)
    
    * bsc: disable snap sync (#3956)
    
    * Snapshots: support empty buf case (#3957)
    
    * Snapshots: rare nil pointer at fresh start (#3958)
    
    * got rid of the automatic usage of net api (#3952)
    
    * got rid of the automatic usage of net api
    
    * less confusing comment
    
    * ops
    
    * ops2
    
    * important
    
    * ops
    
    * RPC: admin.peers() (#3960)
    
    * RPC: admin.peers()
    
    This RPC method returns information about the connected remote nodes.
    https://geth.ethereum.org/docs/rpc/ns-admin#admin_peers
    
    The peers are collected from all configured sentries.
    See: https://github.com/ledgerwatch/interfaces/pull/102
    
    
    
    Test with:
    curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc": "2.0", "method": "admin_peers", "params": [], "id":1}' localhost:8545
    
    * save
    
    * liner fix
    
    Co-authored-by: default avataralex.sharov <AskAlexSharov@gmail.com>
    
    * sentry: refactor flags, add maxpeers. (#3961)
    
    * Experiment files 1 by 1 (#3959)
    
    * Experiment files 1 by 1
    
    * Remove check
    
    * sort preverified snapshots
    
    * docs: docker permissions
    
    * sort preverified snapshots
    
    * sort preverified snapshots
    
    * sort preverified snapshots
    
    * sort preverified snapshots
    
    * sort preverified snapshots
    
    * sort preverified snapshots
    
    * save
    
    * Fix speed log, remove file name
    
    * Move timer out of the loop
    
    * Calculate total size of downloaded files
    
    * Fixes
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Move downloadData
    
    * Fix
    
    * Revert "Fix"
    
    This reverts commit 038e02b8a4d23cd32ddb111e9f325fc4ce1bbe2b.
    
    * Revert "Move downloadData"
    
    This reverts commit 8130a4d9bdc0705082eb7fe94e2261c9313f8482.
    
    * Revert "Fix"
    
    This reverts commit 1dca25bd68772bc42ac710c24698c8670f9f6b86.
    
    * Revert "Fix"
    
    This reverts commit ee5a1e82abd47bef4f9d8f0f68b8497476d29c0b.
    
    * Revert "Fix"
    
    This reverts commit 8af7be71d4685e0d6115fef91ed2f304695e1df9.
    
    * Revert "Fixes"
    
    This reverts commit 50509af81f3721cca957cd15d0286e8f30e5097b.
    
    * Revert "Calculate total size of downloaded files"
    
    This reverts commit 64a26df54f6226d739c8a5b57b32ad5af07d3061.
    
    * Remove progress
    
    * Remove progress
    
    Co-authored-by: default avatarAlexey Sharp <alexeysharp@Alexeys-iMac.local>
    Co-authored-by: default avataralex.sharov <AskAlexSharov@gmail.com>
    
    * Update stage_headers.go (#3966)
    
    * Snapshots: open bittorrent udp port in docker (#3969)
    
    * Snapshots: open torrent udp in docker-compose.yml
    
    * Snapshots: open torrent udp in docker-compose.yml
    
    * Delete blocks in [from, to) range (#3970)
    
    * Snapshots: allow stage_headers --unwind behind available snapshots (#3971)
    
    * save
    
    * save
    
    * save
    
    * Integration: allow headers --reset (#3972)
    
    * Bsc: enable syncmode=snap by default #3973
    
    Co-authored-by: default avatarAlexey Sharp <alexeysharp@Alexeys-iMac.local>
    Co-authored-by: default avatarAlex Sharp <alexsharp@Alexs-MacBook-Pro.local>
    Co-authored-by: default avatarbattlmonstr <battlmonstr@users.noreply.github.com>
    Co-authored-by: default avatarChase Wright <mysticryuujin@protonmail.com>
    Co-authored-by: default avatarAlex Sharov <AskAlexSharov@gmail.com>
    Co-authored-by: default avatarGiulio rebuffo <giulio.rebuffo@gmail.com>
    Co-authored-by: default avatarKrishna Upadhyaya <KRISHNAU1604@GMAIL.COM>
    Co-authored-by: default avatarHåvard Anda Estensen <haavard.ae@gmail.com>
    Co-authored-by: default avatarEnrique Jose Avila Asapche <eavilaasapche@gmail.com>
    3c37b396
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..
    httpcfg
    config.go
    rpc_allow_list.go