-
-
Notifications
You must be signed in to change notification settings - Fork 435
chore: v1.39.0 release #8769
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
Merged
Merged
chore: v1.39.0 release #8769
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1ddbe5d
chore: use index2pubkey of BeaconChain (#8674)
twoeths 889b1c4
chore: remove merge transition code (#8680)
nflaig ebc352f
chore: use pubkey2index from BeaconChain (#8691)
twoeths 3bf4734
chore: merge v1.38.0 stable back to unstable (#8694)
philknows d4a4765
feat: transfer pending gossipsub message msg data (#8689)
twoeths b37f2bd
chore(deps): bump systeminformation from 5.23.8 to 5.27.14 (#8701)
dependabot[bot] aceb5b7
chore: remove eth1 related code (#8692)
nflaig 2fe8de2
chore: add lerna exec to fix build watch/ifchanged commands (#8704)
nflaig f4236af
chore: delete unused eth1 data from existing databases (#8696)
nflaig c151a16
chore: use config from beacon chain (#8703)
twoeths 882891d
chore: update bootnode ENR with correct IPV6 (#8705)
chiemerieezechukwu 84b481d
chore: restore code required to perform sync through bellatrix (#8700)
nflaig 493cc12
feat: update vc to submit beacon committee selections once per epoch …
nflaig 39dac0f
fix: avoid calling committee selection apis if there are no duties (#…
nflaig 7e9e7ca
chore: log aggregation selection errors to debug (#8709)
nflaig b255111
refactor: pass validators pubkey-index map from cli (#8707)
twoeths b6bba4c
fix: simplify getBlockSignatureSets api (#8720)
twoeths ae3f082
fix: prevent duplicate aggregates passing validation due to race cond…
nflaig 075956b
refactor: use map to lookup combined beacon committee selection for d…
nflaig 86298a4
refactor: move reward apis to state-transition (#8719)
twoeths c630c55
fix: update default dashboards to new infra hostnames (#8726)
philknows 100ab48
feat: allow multiple mnemonic index ranges in validator setup (#8731)
wemeetagain 847837e
chore: migrate `yarn 1` to `pnpm` (#8646)
nazarhussain 88333c8
fix: dockerfile build errors (#8735)
barnabasbusa b79f41e
fix: add triple-beam dependency to package.json (#8736)
barnabasbusa 6ac43e3
fix: add semver dependency for publish workflow (#8751)
nazarhussain 7ac2136
chore: use patched nodejs versions (#8749)
philknows e5f0c23
ci: add inquirer to dependencies (#8752)
nazarhussain ca786a9
ci: fix the root level binary path (#8754)
nazarhussain c9c2050
fix: use cli execution path for binary (#8757)
nazarhussain 99d114c
refactor: simplify get proposer's SignatureSet (#8745)
twoeths 9538904
refactor: `processWithdrawals` (#8730)
ensi321 83fa4f5
chore: fix lint warnings (#8760)
nflaig dd21e36
chore: restore node_modules/.bin/lodestar (#8761)
nflaig 6ce1d43
chore: restore `node_modules/.bin/lodestar` for `--prod` installs (#8…
nflaig 10b6636
chore: properly prune dev dependencies in docker/binary builds (#8765)
nflaig b6d377a
chore: clean and reinstall prod dependencies for smaller builds (#8768)
nflaig 31ec548
chore: bump package versions to 1.39.0
philknows File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
10 changes: 5 additions & 5 deletions
10
...flows/scripts/reject_yarn_lock_changes.sh → ...flows/scripts/reject_pnpm_lock_changes.sh
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,19 @@ | ||
| # yarn.lock can be easily modified to plant a backdoor. A regular yarn.lock diff is never audited. | ||
| # pnpm-lock.yaml can be easily modified to plant a backdoor. A regular pnpm-lock.yaml diff is never audited. | ||
| # Article below details the risks and ease of implementation. | ||
| # See https://dev.to/kozlovzxc/injecting-backdoors-to-npm-packages-a0k | ||
| # | ||
| # This script will exit 1 if yarn.lock was modified. | ||
| # This script will exit 1 if pnpm-lock.yaml was modified. | ||
| # A Github action should only run this script for non-high trust contributors. | ||
| # TODO: Mechanism to allow changes once the yarn.lock changes have been audited by the team | ||
| # TODO: Mechanism to allow changes once the pnpm-lock.yaml changes have been audited by the team | ||
|
|
||
|
|
||
| # From https://stackoverflow.com/questions/10641361/get-all-files-that-have-been-modified-in-git-branch | ||
| MERGE_BASE=$(git merge-base $GITHUB_REF unstable) | ||
| CHANGED_FILES=$(git diff --name-only $GITHUB_REF $MERGE_BASE) | ||
|
|
||
|
|
||
| if [[ $CHANGED_FILES == *"yarn.lock"* ]]; then | ||
| if [[ $CHANGED_FILES == *"pnpm-lock.yaml"* ]]; then | ||
| AUTHOR_EMAIL=$(git show -s --format='%ae' $GITHUB_REF) | ||
| echo "yarn.lock modified by external contributor $AUTHOR_EMAIL" | ||
| echo "pnpm-lock.yaml modified by external contributor $AUTHOR_EMAIL" | ||
| exit 1 | ||
| fi |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.