v0.38.0 release - #4094
Merged
Merged
Conversation
* Remove processed attestation log * Fix lint * Add more comments
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 2.0.2. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](EventSource/eventsource@v1.1.0...v2.0.2) --- updated-dependencies: - dependency-name: eventsource dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Run forkChoice to get correct head for proposal * add a small comment * return early if already updated
* Added the eslint rule to help with import order and ran the fix * Tweaked the eslint rule to have siblings as the last imports * upgraded es-lint versions. ran eslint fix * fix linting errors due to @typescript-eslint/member-ordering * Revert "fix linting errors due to @typescript-eslint/member-ordering" This reverts commit 4dbafef. * set member-ordering issues to warn
* Assert equal params with only whitelisted keys * Fix comment typo Co-authored-by: Cayman <caymannava@gmail.com> * Conditionally ignore future fork params * Add only one error message per param key * Improve NotEqualParamsError error message * Only check keys defined in both specs Co-authored-by: Cayman <caymannava@gmail.com>
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Persist invalid SSZ objects only if enabled * Switch to fs async api Co-authored-by: Tuyen Nguyen <vutuyen2636@gmail.com>
Merge stable into unstable
* Adopt gitflow for Lodestar releases * Apply feedback * Replace most mentions of `master` with `unstable` * Tweak various parts of RELEASE.md * Update CI * Tweak dev release version handling * Tweak workflow names * Replace `nightly` with `dev` * Replace `beta` with `rc` * Fix publish for rc release and stable release only * Remove stray "beta" * Add code examples to RELEASE.md * Clarify publish process * Collapse 'Alternatives considered' section * Move 'Details' header up one level * Clarify publishing a release * Tweak headings * Fix hotfix section * More clarifications * Update examples in RELEASE.md * More clarifications * Fix formatting * Run RELEASE.md through grammarly * Change script name to release:publish * Add create_rc script * Add workflow_dispatch for create RC * Add placeholder for other scripts * Update RELEASE.md * Update release create rc script * Update script instructions * create_rc script must not be run in CI * Update release flow * Add publish-rc workflow * Apply suggestions from code review Co-authored-by: Afr Schoe <58883403+q9f@users.noreply.github.com> Co-authored-by: Cayman <caymannava@gmail.com> Co-authored-by: Afr Schoe <58883403+q9f@users.noreply.github.com>
* Fix precision in TERMINAL_TOTAL_DIFFICULTY config * Ignore TERMINAL_TOTAL_DIFFICULTY in config check
* Bump ssz * Use persistent-merkle-tree 0.4.2
wemeetagain
marked this pull request as draft
May 31, 2022 14:34
Contributor
Performance Report✔️ no performance regression detected Full benchmark results
|
fix workflow
Update await-release script to enable rc publish
Fix leak in signalGlobal event listeners
* Add Eth1DepositTracker metrics * Add Eth1DepositTracker metrics * Remove duplicate line
Contributor
Contributor
wemeetagain
marked this pull request as ready for review
June 7, 2022 19:49
wemeetagain
approved these changes
Jun 7, 2022
This file contains hidden or 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
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.



v0.38.0 release