-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
v0.39.0 #4217
Merged
Merged
v0.39.0 #4217
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix leak in signalGlobal event listeners
* Add Eth1DepositTracker metrics * Add Eth1DepositTracker metrics * Remove duplicate line
* Use async version of crypto.randomBytes() * Use promisify node util * Compute randomBytesAsync once Co-authored-by: dapplion <35266934+dapplion@users.noreply.github.com>
…e fcU (#4080) * Use justified blocks execution payload hash as safeBlockHash in engine fcU * fix test * safe block hash fix * run merge ci on latest
* Remove NPM instructions and add disclaimer * Update docs/installation.md Co-authored-by: Cayman <caymannava@gmail.com>
* Deprecate account cli cmd * Merge options * Delete stable account e2e test * Log error.message not the error object * Review PR
* Update src * Update tests * Update spec tests * Fix Lodestar src * Fix type issues * Fix perf test types * Review PR * Remove un-used import * Don't check state root in computeNewStateRoot * Rename slashValidator
* v0.38.0 * Populate eth1 deposit cache with remote follow distance timed based (#4111) * Fix HttpClient event handler leak (#4107) Fix leak in signalGlobal event listeners * Add Eth1DepositTracker metrics (#4110) * Add Eth1DepositTracker metrics * Add Eth1DepositTracker metrics * Remove duplicate line * Fix publish stable workflow (#4130) Co-authored-by: harkamal <gajinder@g11.in> Co-authored-by: Lion - dapplion <35266934+dapplion@users.noreply.github.com>
* Add JsonRpcHttpClient metrics * JsonRpcHttpClient metrics add routeId * Update restApiClient metrics definition
* Add opPool metrics * Use . operator
* Add forkChoiceReorgDistance metric * Add parentBlockDistance metric
Co-authored-by: dapplion <35266934+dapplion@users.noreply.github.com>
* mainnet shadow fork 6 config with small robustness update for cl * config and image update * update readme with the standard geth image * remove the custom dockerfile
…#4097) * Skip checking known participants when publishing ContributionAndProof * chore: merge if statements
* Add bcli package * Use consistent format for dev index range * Dedup code with deriveSecretKeys * Fix argument parsing * cap batchSize by MAX_VALIDATORS_PER_COMMITTEE * Fix check-build script * Add unit test * Rename to flare
* UnknownBlock sync: only download non-finalized blocks * chore: add parentRoot to log
* Apply preset to ENV from CLI args * Add rationale
* Explain selectionProofs array * Remove lowestPermissibleSlot variable * Handle multiple validators in sync committee subnet * Fix tests
* Improve db metrics * Wire new db metrics to lodestar * Connect metrics to validator * Remove unused variable
* Support gnosis beacon chain with --network gnosis * Fix tests * Fix export
Declare routeId in http client metrics
* Exports modules required for script. * Exports lodestar modules. * Adds the rest of the lodestar package modules. Co-authored-by: claravanstaden <Cats 4 life!>
… instructions (#4118) * Init update key-management.md * Reconfigure docs and add jwt fee recipient * Add keystore folder info to validator-management * Add link to comprehensive setup guide for docker * Improved NPM warning * Add flare to libraries list on docs * Corrections to beacon-management docs * Align readme and docs index
* Remove wtfnode * Remove getWtfNode route
* Modularize lodestar-api * Fix imports * Move beacon API interface to routes * Move tests to same src dir structure
* Avoid json parsing an expected empty response * small comment
Have fastify back as dev dependency in lodestar-api
* turn off the import/no-named-as-default-member in tests * Added comments
* Add ability to spin up sepolia network via merge setup * sepolia network arg for besu
* Relocate/promote merge devnet scripts as merge scripts * some more readme clarifications
Performance Report✔️ no performance regression detected Full benchmark results
|
We got agreement in discord that this release is ready to go. |
dapplion
approved these changes
Jun 30, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Metrics look good!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.