Skip to content
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: v1.27.0 release #7461

Merged
merged 21 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
048741b
fix: increase block production timeouts to account for event loop lag…
nflaig Feb 3, 2025
058bcf5
chore: revert back to previous `getPendingBalanceToWithdraw` implemen…
nflaig Feb 3, 2025
9c66fac
Merge branch 'stable' into unstable
nflaig Feb 4, 2025
1b6f8b9
chore: unhide `--chain.archiveStateEpochFrequency` flag (#7433)
nflaig Feb 6, 2025
f8acf8b
feat: eip-6110 deprecate eth1 data poll (#7414)
ensi321 Feb 6, 2025
6b20ef5
feat: schedule electra on holesky and sepolia (#7402)
nflaig Feb 7, 2025
0a8e6e1
feat: use snappy-wasm (#6483)
wemeetagain Feb 7, 2025
a7755ad
feat: asyncAggregateWithRandomness (#7204) (#7435)
wemeetagain Feb 7, 2025
90bd72f
feat: add --chain.pruneHistory flag (#7427)
wemeetagain Feb 7, 2025
3a27149
chore: bump CL spec version to beta.2 (#7440)
nflaig Feb 10, 2025
5d3a639
chore: hide --chain.pruneHistory until feature is more stable (#7448)
nflaig Feb 11, 2025
277437e
chore: fix prune history panels (#7442)
nflaig Feb 11, 2025
92d77e3
feat: revert "feat: use snappy-wasm (#6483)" (#7451)
wemeetagain Feb 11, 2025
9fbef39
feat: revert "feat: asyncAggregateWithRandomness (#7204) (#7435)" (#7…
wemeetagain Feb 11, 2025
2247c16
chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#7452)
dependabot[bot] Feb 11, 2025
7347056
feat: rename pre/post fork designations and fork guards (#7441)
matthewkeil Feb 12, 2025
e45e0eb
fix: properly handle exit signal if binary is used with systemd (#7453)
nflaig Feb 12, 2025
85b13c1
fix: improve sync committee updates (#7456)
twoeths Feb 12, 2025
398c796
fix: duplicated block attestations (#7455)
ensi321 Feb 13, 2025
fc6a4a7
feat: schedule electra on ephemery (#7443)
nflaig Feb 13, 2025
2ddcd20
chore: bump package versions to 1.27.0
philknows Feb 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
node: 22
- run: |
mkdir -p dist
yarn global add [email protected].1
yarn global add @chainsafe/[email protected].6
npx caxa -m "Unpacking Lodestar binary, please wait..." -e "dashboards/**" -e "docs/**" -D -p "yarn install --frozen-lockfile --production" --input . --output "lodestar" -- "{{caxa}}/node_modules/.bin/node" "--max-old-space-size=8192" "{{caxa}}/node_modules/.bin/lodestar"
tar -czf "dist/lodestar-${{ inputs.version }}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz" "lodestar"
- name: Upload binaries
Expand Down
Loading
Loading