-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
chore: release v1.10.0 #5813
Closed
Closed
chore: release v1.10.0 #5813
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
* feat: publish blobsidecars instead of blobssidecar * add comment
* fix: add setTimeout to onGossipsubMessage and onValidationResult * chore: more comments
* Skip serializing block after fetching from network * fix: beaconBlocksMaybeBlobsByRange.test.ts --------- Co-authored-by: Tuyen Nguyen <vutuyen2636@gmail.com>
…5669) * feat: allow builder only proposal flow for benefit of DVT protocols * fix typo * apply feedback * update descp * add suggestion Co-authored-by: Nico Flaig <nflaig@protonmail.com> --------- Co-authored-by: Nico Flaig <nflaig@protonmail.com>
* chore: track block source in lodestar summary dashboard * Add job vars to __inputs --------- Co-authored-by: Nico Flaig <nflaig@protonmail.com>
* Add job names to __inputs if used by dashboard * Reorder properties in prometheus input
* Typesafe CLI args * Set execution mode to "http" in default options * Fix type of default retryAttempts and retryDelay * Unconditionally use default execution http opts in CLI args --------- Co-authored-by: Nico Flaig <nflaig@protonmail.com>
* fix: simplify snappy frame encoding * fix e2e tests
* Check docs spelling * Add config * Fix docs spelling * Lint docs format * docs(flamegraph): remove note about script that was removed * sort wordlist * Set sort algo * Fix CI pipeline * hope to fix CI ordering * Disable wordlist sort check * docs(CONTRIBUTING): remove merge conflict marker and add codeblock types * refactor: change to pyspelling.yml for local runs * docs: make spell-checking wordlist case insensitive * fix: sort .wordlist.txt * refactor: alphabetize script order * fix: add docs/reference to gitignore * docs: add codeblocks to pyspelling ignore and clear all errors * docs: ignore possessive endings in spellcheck * docs: clear spelling errors in package readmes * docs: pyspelling fix generated cli.md * feat(workflows): lint generated docs * feat(workflows): add word sort to docs-check * test: unsort wordlist * fix: sort wordlist * refactor(workflow): remove unused comments --------- Co-authored-by: matthewkeil <me@matthewkeil.com> Co-authored-by: Cayman <caymannava@gmail.com>
* Fix yarn.lock file * Fix readme formatting
* chore: update prometheus-gc-stats dependency * chore: use check-latest in setup-node action
* Add block proposal summary metric to validator monitor * Fix type errors * Fix linter error --------- Co-authored-by: Cayman <caymannava@gmail.com>
chore!: set node requirement to >=18.15.x
* feat: implement eip 4788 for deneb * fixes * lint
Fix prevEpochBlockProposalSummary typo
Update bug_report.yaml
* Update execution client state change message * Use warn instead of info if execution client is syncing
* chore: bump test-utils to 1.9.2 * Bump @lodestar/utils to 1.9.2 --------- Co-authored-by: Nico Flaig <nflaig@protonmail.com>
* Add verifySignatureSetsSameMessage * chore: finish the implementation * fix: handle cannot aggregate pubkeys and signatures in same message * fix: jobItemSameMessageToMultiSet considering priority * fix: handle malformed signatures * fix: multithread e2e test * chore: remove unused metric * fix: correct verifySignatureSetsSameMessage opts * chore: refactor to retryJobItemSameMessage method * Review PR --------- Co-authored-by: dapplion <35266934+dapplion@users.noreply.github.com>
* refactor(beacon-node): simplify libp2p init * fix: update discv5 bootnode parsing * feat: throw on invalid bootnodes * chore: use valid enrs in tests * fix: validate enrs coming from bootnodesFile * fix: beacon args handler test
* Remove res.hijack() * Listen on socket for close/end events
* Fix some regressions for prover * Fix package export assertion for nested conditional exports * Improve the exports for the package * Fix the http agent for https * Fix e2e tests
tes(db)t: add check for gdu vs du
* Gracefully terminate connections when closing http server * Log unexpected errors when shutting down server * Fix code references in comments * More gracefully close eventstream api * Misc updates * Close idle connections on server * Update ts-expect-error comments
* add support for code coverage reports using c8 * chore: update lockfile --------- Co-authored-by: Cayman <caymannava@gmail.com>
* fix: do not dial more peers if node has enough subnet peers * fix: reorder conditions in shouldDialPeer
* feat: poll proposer duties of next epoch in advance * chore: refactor function name msToNextEpoch * fix: pollBeaconProposersNextEpoch * fix: set MAX_API_CLOCK_DISPARITY_SEC to 0.5s * chore: add more comments * feat: wait for checkpoint state up to 1 slot time
* feat: only subscribe to short lived subnets 2 slots in advanced * fix: dedup attestationPool.getAggregate() call * chore: fix comment in test
Add capella state transition perf tests
Performance Report✔️ no performance regression detected Full benchmark results
|
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.