-
Notifications
You must be signed in to change notification settings - Fork 746
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
Integrate tracing #6339
Draft
ThreeHrSleep
wants to merge
77
commits into
sigp:unstable
Choose a base branch
from
ThreeHrSleep:tracing-integration
base: unstable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Integrate tracing #6339
+6,058
−9,043
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f59246e - Browse repository at this point
Copy the full SHA f59246eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ab874 - Browse repository at this point
Copy the full SHA c5ab874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b2577b - Browse repository at this point
Copy the full SHA 2b2577bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 131e939 - Browse repository at this point
Copy the full SHA 131e939View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c4a4d - Browse repository at this point
Copy the full SHA a3c4a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9749a5e - Browse repository at this point
Copy the full SHA 9749a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b7a6a - Browse repository at this point
Copy the full SHA 18b7a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ee046 - Browse repository at this point
Copy the full SHA 80ee046View commit details -
add tracing to validator_client
Add retropgf funding (sigp#6324) Migrate from `ethereum-types` to `alloy-primitives` (sigp#6078) * Remove use of ethers_core::RlpStream * Merge branch 'unstable' of https://github.com/sigp/lighthouse into remove_use_of_ethers_core * Remove old code * Simplify keccak call * Remove unused package * Merge branch 'unstable' of https://github.com/ethDreamer/lighthouse into remove_use_of_ethers_core * Merge branch 'unstable' into remove_use_of_ethers_core * Run clippy * Merge branch 'remove_use_of_ethers_core' of https://github.com/dospore/lighthouse into remove_use_of_ethers_core * Check all cargo fmt * migrate to alloy primitives init * fix deps * integrate alloy-primitives * resolve dep issues * more changes based on dep changes * add TODOs * Merge branch 'unstable' of https://github.com/sigp/lighthouse into remove_use_of_ethers_core * Revert lock * Add BeaconBlocksByRange v3 * continue migration * Revert "Add BeaconBlocksByRange v3" This reverts commit e3ce7fc. * impl hash256 extended trait * revert some uneeded diffs * merge conflict resolved * fix subnet id rshift calc * rename to FixedBytesExtended * debugging * Merge branch 'unstable' of https://github.com/sigp/lighthouse into migrate-to-alloy-primitives * fix failed test * fixing more tests * Merge branch 'unstable' of https://github.com/sigp/lighthouse into remove_use_of_ethers_core * introduce a shim to convert between the two u256 types * move alloy to wrokspace * align alloy versions * update * update web3signer test certs * refactor * resolve failing tests * linting * fix graffiti string test * fmt * fix ef test * resolve merge conflicts * remove udep and revert cert * cargo patch * cyclic dep * fix build error * Merge branch 'unstable' of https://github.com/sigp/lighthouse into migrate-to-alloy-primitives * resolve conflicts, update deps * merge unstable * fmt * fix deps * Merge branch 'unstable' of https://github.com/sigp/lighthouse into migrate-to-alloy-primitives * resolve merge conflicts * resolve conflicts, make necessary changes * Remove patch * fmt * remove file * merge conflicts * sneaking in a smol change * bump versions * Merge remote-tracking branch 'origin/unstable' into migrate-to-alloy-primitives * Updates for peerDAS * Update ethereum_hashing to prevent dupe * updated alloy-consensus, removed TODOs * cargo update * endianess fix * Merge branch 'unstable' of https://github.com/sigp/lighthouse into migrate-to-alloy-primitives * fmt * fix merge * fix test * fixed_bytes crate * minor fixes * convert u256 to i64 * panic free mixin to_low_u64_le * from_str_radix * computbe_subnet api and ensuring we use big-endian * Merge branch 'unstable' of https://github.com/sigp/lighthouse into migrate-to-alloy-primitives * fix test * Simplify subnet_id test * Simplify some more tests * Add tests to fixed_bytes crate * Merge branch 'unstable' into migrate-to-alloy-primitives update libp2p to version 0.54 (sigp#6249) * update libp2p to version 0.54.0 * address review * Merge branch 'unstable' of github.com:sigp/lighthouse into update-libp2p * Merge branch 'update-libp2p' of github.com:sigp/lighthouse into update-libp2p Drop block data from BlockError and BlobError (sigp#5735) * Drop block data from BlockError and BlobError * Debug release tests * Fix release tests * Revert unnecessary changes to lighthouse_metrics Update manual checkpoint sync content in Lighthouse book (sigp#6338) * Update manual checkpiont sync * Update faq * Minor revision * Minor revision Light Client Bug Fix (sigp#6299) * Light Client Bug Fix Ignore Rust 1.82 warnings about void patterns (sigp#6357) * Ignore Rust 1.82 warnings about void patterns Enable `large_stack_frames` lint (sigp#6343) * Enable `large_stack_frames` lint Add blob count label to `DATA_COLUMN_SIDECAR_COMPUTATION` metric (sigp#6340) * Add blob count label to `DATA_COLUMN_SIDECAR_COMPUTATION` metric, and move metrics into the compute function, recording only successful computation. * Move `discard_timer_on_break` usage to caller site. * Merge branch 'unstable' into compute-data-column-metric * Merge branch 'unstable' into compute-data-column-metric Metadata request ordering (sigp#6336) * Send metadata request ordering * Merge branch 'unstable' into metadata-order Clarify validator monitor block log (sigp#6342) * Clarify validator monitor block log * Merge branch 'unstable' into clarify-block-log Check known parent on rpc blob process (sigp#5893) * Check known parent on rpc blob process * fix test * Merge branch 'unstable' of https://github.com/sigp/lighthouse into blob-unknown-parent Remove beta tag from gossipsub 1.2 (sigp#6344) * Remove the beta tag from gossipsub v1.2 * fix clippy * Merge branch 'unstable' into remove-beta-tag Fix lints for Rust 1.81 (sigp#6363) * Fix lints for Rust 1.81 Use tikv-jemallocator instead of jemallocator (sigp#6354) * Use tikv-jemallocator instead of jemallocator * Merge branch 'unstable' into tikv-jemallocator * Bump tikv-jemallocator and tikv-jemalloc-ctl Improve `get_custody_columns` validation, caching and error handling (sigp#6308) * Improve `get_custody_columns` validation, caching and error handling. * Merge branch 'unstable' into get-custody-columns-error-handing * Fix failing test and add more test. * Fix failing test and add more test. * Merge branch 'unstable' into get-custody-columns-error-handing * Add unit test to make sure the default specs won't panic on the `compute_custody_requirement_subnets` function. * Add condition when calling `compute_custody_subnets_from_metadata` and update logs. * Validate `csc` when returning from enr. Remove `csc` computation on connection since we get them on metadata anyway. * Add `peers_per_custody_subnet_count` to track peer csc and supernodes. * Disconnect peers with invalid metadata and find other peers instead. * Fix sampling tests. * Merge branch 'unstable' into get-custody-columns-error-handing * Merge branch 'unstable' into get-custody-columns-error-handing Delete legacy payload reconstruction (sigp#6213) * Delete legacy payload reconstruction * Delete unneeded failing test * Merge remote-tracking branch 'origin/unstable' into remove-more-ethers * Merge remote-tracking branch 'origin/unstable' into remove-more-ethers * Cleanups simplify rpc codec logic (sigp#6304) * simplify rpc codec logic * Merge branch 'unstable' of github.com:sigp/lighthouse into simplify-rpc-codec * Merge branch 'unstable' of github.com:sigp/lighthouse into simplify-rpc-codec * Merge branch 'unstable' of github.com:sigp/lighthouse into simply-rpc-codec * Merge branch 'unstable' into simplify-rpc-codec * Merge branch 'unstable' into simplify-rpc-codec
Configuration menu - View commit details
-
Copy full SHA for e5c107e - Browse repository at this point
Copy the full SHA e5c107eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f558244 - Browse repository at this point
Copy the full SHA f558244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52e0471 - Browse repository at this point
Copy the full SHA 52e0471View commit details -
Configuration menu - View commit details
-
Copy full SHA for c361e0e - Browse repository at this point
Copy the full SHA c361e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf3174 - Browse repository at this point
Copy the full SHA eaf3174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 497e04a - Browse repository at this point
Copy the full SHA 497e04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df09d4e - Browse repository at this point
Copy the full SHA df09d4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d7a009 - Browse repository at this point
Copy the full SHA 8d7a009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49745c0 - Browse repository at this point
Copy the full SHA 49745c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aebccb - Browse repository at this point
Copy the full SHA 4aebccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca9e28 - Browse repository at this point
Copy the full SHA 4ca9e28View commit details
Commits on Oct 2, 2024
-
Apply suggestions from code review
Co-authored-by: Eitan Seri-Levi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2c058e - Browse repository at this point
Copy the full SHA b2c058eView commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57df87e - Browse repository at this point
Copy the full SHA 57df87eView commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d616b8d - Browse repository at this point
Copy the full SHA d616b8dView commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d235cf6 - Browse repository at this point
Copy the full SHA d235cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d137df1 - Browse repository at this point
Copy the full SHA d137df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d222bb7 - Browse repository at this point
Copy the full SHA d222bb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ddc8d - Browse repository at this point
Copy the full SHA 99ddc8dView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5147d05 - Browse repository at this point
Copy the full SHA 5147d05View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 602b16d - Browse repository at this point
Copy the full SHA 602b16dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c65b76 - Browse repository at this point
Copy the full SHA 1c65b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ada2c5 - Browse repository at this point
Copy the full SHA 9ada2c5View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for acd500d - Browse repository at this point
Copy the full SHA acd500dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60335a4 - Browse repository at this point
Copy the full SHA 60335a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9744b27 - Browse repository at this point
Copy the full SHA 9744b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for c069004 - Browse repository at this point
Copy the full SHA c069004View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a52c2d - Browse repository at this point
Copy the full SHA 0a52c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0828a7 - Browse repository at this point
Copy the full SHA a0828a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 991be3b - Browse repository at this point
Copy the full SHA 991be3bView commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f0da68 - Browse repository at this point
Copy the full SHA 9f0da68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3314eba - Browse repository at this point
Copy the full SHA 3314ebaView commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63002ff - Browse repository at this point
Copy the full SHA 63002ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2a4c97 - Browse repository at this point
Copy the full SHA a2a4c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 666f572 - Browse repository at this point
Copy the full SHA 666f572View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46c5fd4 - Browse repository at this point
Copy the full SHA 46c5fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc4f18 - Browse repository at this point
Copy the full SHA 6cc4f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2cf3d6 - Browse repository at this point
Copy the full SHA d2cf3d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9249fdc - Browse repository at this point
Copy the full SHA 9249fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 394ea1b - Browse repository at this point
Copy the full SHA 394ea1bView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b58428 - Browse repository at this point
Copy the full SHA 8b58428View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b3680 - Browse repository at this point
Copy the full SHA c7b3680View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 129bf06 - Browse repository at this point
Copy the full SHA 129bf06View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a00d9 - Browse repository at this point
Copy the full SHA c6a00d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9bd29 - Browse repository at this point
Copy the full SHA 4f9bd29View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1cf9373 - Browse repository at this point
Copy the full SHA 1cf9373View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c16e505 - Browse repository at this point
Copy the full SHA c16e505View commit details -
Configuration menu - View commit details
-
Copy full SHA for b078f75 - Browse repository at this point
Copy the full SHA b078f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f41aee - Browse repository at this point
Copy the full SHA 3f41aeeView commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b35d37 - Browse repository at this point
Copy the full SHA 8b35d37View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d1681f - Browse repository at this point
Copy the full SHA 4d1681fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb79b99 - Browse repository at this point
Copy the full SHA fb79b99View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d84ba77 - Browse repository at this point
Copy the full SHA d84ba77View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56852b0 - Browse repository at this point
Copy the full SHA 56852b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc75b41 - Browse repository at this point
Copy the full SHA dc75b41View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2757b0 - Browse repository at this point
Copy the full SHA b2757b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 069240c - Browse repository at this point
Copy the full SHA 069240cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac83633 - Browse repository at this point
Copy the full SHA ac83633View commit details -
Configuration menu - View commit details
-
Copy full SHA for b01aaff - Browse repository at this point
Copy the full SHA b01aaffView commit details
Commits on Oct 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 938f173 - Browse repository at this point
Copy the full SHA 938f173View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02848a4 - Browse repository at this point
Copy the full SHA 02848a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8d6c73 - Browse repository at this point
Copy the full SHA b8d6c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cbc2c2 - Browse repository at this point
Copy the full SHA 2cbc2c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b4fa4d - Browse repository at this point
Copy the full SHA 7b4fa4dView commit details
Commits on Oct 30, 2024
-
Merge pull request #1 from eserilev/tracing-integration-slasher-span
add tracing spans to the slasher
Configuration menu - View commit details
-
Copy full SHA for 0370a2c - Browse repository at this point
Copy the full SHA 0370a2cView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89b2847 - Browse repository at this point
Copy the full SHA 89b2847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a18a2 - Browse repository at this point
Copy the full SHA 86a18a2View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b50ac6 - Browse repository at this point
Copy the full SHA 1b50ac6View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2918f5 - Browse repository at this point
Copy the full SHA f2918f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 349baf3 - Browse repository at this point
Copy the full SHA 349baf3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.