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: release v1.24.0 #7325

Merged
merged 51 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
99c0dcb
feat: add keymanager endpoint to retrieve proposer config (#7210)
nflaig Oct 30, 2024
794e5ef
feat: add mekong network option (#7212)
nflaig Nov 1, 2024
06b4c2d
chore: fix import order with biome syntax (#7211)
nazarhussain Nov 1, 2024
07d1145
fix: consistently validate pubkey and throw 404 if not found (#7214)
nflaig Nov 3, 2024
abe6751
fix: only return local keys from /eth/v1/keystores (#7215)
nflaig Nov 3, 2024
2e5265b
feat: add and use getBlobsV1 to expedite gossip import (#7134)
g11tech Nov 3, 2024
e2c45b9
chore: revert async aggregate with randomness (#7218)
matthewkeil Nov 7, 2024
2e8b8bb
fix: update config for relaunched mekong network (#7220)
nflaig Nov 8, 2024
10d15dc
fix: light client generating `LightClientUpdate` with wrong length of…
ensi321 Nov 8, 2024
0d404f8
fix: archive finalized state when shutting down beacon node (#7221)
nflaig Nov 8, 2024
6039f58
Merge branch 'stable' into unstable
nflaig Nov 11, 2024
1fae968
Fix typo
ensi321 Nov 17, 2024
25c2ee5
chore: several typos from bots (#7228)
nflaig Nov 17, 2024
b78cb92
feat: remove unfinalized pubkey cache (#7230)
ensi321 Nov 25, 2024
18f4218
chore: skip web3_provider unit tests (#7252)
nflaig Nov 27, 2024
e86e816
fix: prune checkpoint states at syncing time (#7241)
twoeths Nov 27, 2024
443e3a8
fix: sync cached isCompoundingValidatorArr at epoch transition (#7247)
twoeths Nov 27, 2024
0c1ad93
fix: handle outOfRangeData when range sync Deneb (#7249)
twoeths Nov 27, 2024
48dea55
fix: sync cached balance when adding new validator to registry (#7255)
twoeths Nov 28, 2024
aaac34a
fix: do not throw error when trying to prune missing directory (#7257)
nflaig Nov 29, 2024
c9af6c3
docs: update documentation Oct 2024 (#7178)
philknows Nov 29, 2024
dc4f36d
Merge branch 'stable' into unstable
nflaig Nov 29, 2024
8922d55
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /docs (#7268)
dependabot[bot] Nov 29, 2024
64eb015
feat: add error log to notifier if execution client auth failed (#7239)
nflaig Dec 2, 2024
84e0699
docs: display rcConfig flag on CLI reference page (#7270)
nflaig Dec 3, 2024
376fe2a
chore: remove prettier as default formatter for all file types (#7275)
nflaig Dec 3, 2024
37c4287
chore: unhide flags relevant for devnets / testing (#7271)
nflaig Dec 3, 2024
dbe2188
feat: debug too many shuffling promises (#7251)
matthewkeil Dec 4, 2024
69ae688
chore: unpin nodejs version from 22.4 (#6982)
nazarhussain Dec 4, 2024
b5fb76c
chore: update bootnodes file url for holesky and sepolia (#7276)
nflaig Dec 5, 2024
d55bb2d
feat: add `debug_getHistoricalSummaries` endpoint (#7245)
acolytec3 Dec 5, 2024
86ed6f4
chore: log sync committee signature errors as `error` (#7283)
nflaig Dec 6, 2024
cd1211f
fix: update engine_getClientVersionV1 commit encoding (#7282)
nflaig Dec 6, 2024
e353f67
fix: check pubkey or validator index known to a state (#7284)
twoeths Dec 6, 2024
f87eb0b
feat: lodestar script setup (#7254)
varunguleriaCodes Dec 6, 2024
dad9037
feat: add terminal-sized Electra giraffe banner (#7286)
ClockworkYuzu Dec 6, 2024
99794d3
chore: pin nodejs version to 22.4 (#7291)
wemeetagain Dec 12, 2024
879f99b
feat: expose `DOMAIN_APPLICATION_MASK` in config/spec api (#7296)
nflaig Dec 13, 2024
30c669b
feat: make `MAX_REQUEST_BLOB_SIDECARS` and `MAX_BLOBS_PER_BLOCK` conf…
ensi321 Dec 13, 2024
a00c796
feat: use `BLOB_SIDECAR_SUBNET_COUNT` to configure blob subnets (#7297)
nflaig Dec 14, 2024
ba1d41b
chore: log sync aggregate participants when producing beacon block bo…
nflaig Dec 15, 2024
3f3c7fc
chore: print graffiti when producing beacon block body (#7303)
nflaig Dec 16, 2024
c290469
fix: warn if engine / builder failed to produce block within cutoff t…
nflaig Dec 17, 2024
7cd296b
feat: add kzg commitment length check when validating gossip blocks (…
ensi321 Dec 17, 2024
bfe54d2
feat: add blob sidecar index check (#7313)
ensi321 Dec 19, 2024
1f38c8b
fix: fix blob sidecar index check (#7315)
ensi321 Dec 19, 2024
8c7eaf8
chore: fix format of printed graffiti from hex to utf-8 (#7306)
nflaig Dec 19, 2024
ffdfb2e
docs: batch commit typos and update contributor readme (#7312)
philknows Dec 19, 2024
6d20fe8
chore: remove trailing null bytes from printed graffiti (#7320)
nflaig Dec 20, 2024
d25018a
chore: unpin nodejs version from 22.4 (#7324)
nflaig Dec 20, 2024
ca315d4
chore: bump package versions to 1.24.0
wemeetagain Dec 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.4
node-version: 22
check-latest: true
cache: yarn
- name: Node.js version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo apt-get install -y build-essential python3
- uses: "./.github/actions/setup-and-build"
with:
node: 22.4
node: 22
- run: |
mkdir -p dist
yarn global add caxa@3.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.4
node-version: 22
cache: yarn
- name: Node.js version
id: node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.4
node-version: 22
check-latest: true
cache: yarn

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22.4
node-version: 22
registry-url: "https://registry.npmjs.org"
check-latest: true
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: "./.github/actions/setup-and-build"
with:
node: 22.4
node: 22

- name: Generate changelog
run: node scripts/generate_changelog.mjs ${{ needs.tag.outputs.prev_tag }} ${{ needs.tag.outputs.tag }} CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: "./.github/actions/setup-and-build"
with:
node: 22.4
node: 22

- name: Generate changelog
run: node scripts/generate_changelog.mjs ${{ needs.tag.outputs.prev_tag }} ${{ needs.tag.outputs.tag }} CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-sim-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.4
node-version: 22
check-latest: true
cache: yarn
- name: Node.js version
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
- uses: "./.github/actions/setup-and-build"
with:
node: 22.4
node: 22

sim-test-multifork:
name: Multifork sim test
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
- uses: "./.github/actions/setup-and-build"
with:
node: 22.4
node: 22
- name: Load env variables
uses: ./.github/actions/dotenv
- name: Download required docker images before running tests
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v4
- uses: "./.github/actions/setup-and-build"
with:
node: 22.4
node: 22
- name: Load env variables
uses: ./.github/actions/dotenv
- name: Download required docker images before running tests
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v4
- uses: "./.github/actions/setup-and-build"
with:
node: 22.4
node: 22
- name: Load env variables
uses: ./.github/actions/dotenv
- name: Download required docker images before running tests
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- uses: actions/checkout@v4
- uses: "./.github/actions/setup-and-build"
with:
node: 22.4
node: 22
- name: Load env variables
uses: ./.github/actions/dotenv
- name: Download required docker images before running tests
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- uses: actions/checkout@v4
- uses: "./.github/actions/setup-and-build"
with:
node: 22.4
node: 22
- name: Load env variables
uses: ./.github/actions/dotenv
- name: Download required docker images before running tests
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [22.4]
node: [22]
steps:
# <common-build> - Uses YAML anchors in the future
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [22.4]
node: [22]
steps:
- uses: actions/checkout@v4
- uses: "./.github/actions/setup-and-build"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [22.4]
node: [22]
steps:
- uses: actions/checkout@v4

Expand All @@ -92,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [22.4]
node: [22]
steps:
- uses: actions/checkout@v4
- uses: "./.github/actions/setup-and-build"
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [22.4]
node: [22]
steps:
# <common-build> - Uses YAML anchors in the future
- uses: actions/checkout@v4
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [22.4]
node: [22]
steps:
# <common-build> - Uses YAML anchors in the future
- uses: actions/checkout@v4
Expand All @@ -192,7 +192,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [22.4]
node: [22]
steps:
- uses: actions/checkout@v4
- uses: "./.github/actions/setup-and-build"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ docs/pages/libraries/lightclient-prover/lightclient.md
docs/pages/libraries/lightclient-prover/prover.md
docs/pages/api/api-reference.md
docs/pages/contribution/getting-started.md
docs/static/install
## Docusaurus
docs/.docusaurus/
docs/build/
Expand Down
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"window.title": "${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}[${activeRepositoryBranchName}]",
"editor.defaultFormatter": "esbenp.prettier-vscode",
// For `sysoev.vscode-open-in-github` extension
"openInGitHub.defaultBranch": "unstable",
"editor.formatOnSave": true,
Expand All @@ -18,5 +17,11 @@
},
"[jsonc]": {
"editor.defaultFormatter": "biomejs.biome"
}
},
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
}
29 changes: 28 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
API
APIs
Andreas
Antonopoulos
Expand All @@ -13,6 +14,7 @@ Casper
Chai
ChainSafe
Codespaces
CoinCashew
Corepack
Customizations
DPoS
Expand All @@ -29,6 +31,7 @@ ENRs
ETH
Edgington
Erigon
Esat
EthStaker
EtherScan
Ethereum
Expand All @@ -37,15 +40,19 @@ FINDNODE
FX
Flamegraph
Flamegraphs
GPG
Geth
Github
Goerli
Golang
Gossipsub
Grafana
Grandine
HTTPS
HackMD
Hashicorp
Homebrew
Hyperledger
IPFS
IPv
Infura
Expand All @@ -60,15 +67,18 @@ LGPLv
LMD
LPoS
LTS
LVM
Lerna
MEV
MacOS
Metamask
MevBoost
ModuleNotFoundError
Monorepo
NPM
NVM
Nethermind
Nim
NodeJS
NodeSource
OSI
Expand All @@ -81,9 +91,11 @@ Quickstart
RPC
Reth
Ryzen
SFTP
SHA
SSD
SSZ
Somer
Stakehouse
TOC
TTD
Expand All @@ -98,18 +110,21 @@ Vitalik
Vitest
Wagyu
api
args
async
backfill
beaconcha
blockRoot
blockchain
blockspace
blst
bootnode
bootnodes
bundlers
chainConfig
chainsafe
chiado
chmod
cli
cmd
codebase
Expand All @@ -125,6 +140,8 @@ dApp
dApps
ddos
decrypt
decrypted
derypted
deserialization
dev
devcontainer
Expand All @@ -139,30 +156,38 @@ env
envs
ephemery
ethers
feeRecipient
flamegraph
flamegraphs
floodsub
fsSL
getNetworkIdentity
gnosis
gpg
heapdump
heaptrack
holesky
interop
js
keymanager
keypair
keyrings
keystore
keystores
libp
lightclient
linter
liveness
lldb
llnode
lockfile
mainnet
malloc
mbps
mdns
merkle
merkleization
misconfiguration
mmeshsub
monorepo
multiaddr
Expand All @@ -173,7 +198,6 @@ namespaces
nodemodule
orchestrator
osx
overriden
params
performant
pid
Expand All @@ -199,6 +223,7 @@ ssz
stakers
subnet
subnets
sudo
tcp
testnet
testnets
Expand All @@ -215,6 +240,8 @@ vite
vitest
webpack
wip
xRelayPubKey
xcode
yaml
yamux
yml
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ Unsure where to begin contributing to Lodestar? Here are some ideas!
5. Make an open pull request when you're ready for it to be reviewed. We review PRs on a regular basis. See Pull request etiquette for more information.
6. You may be asked to sign a Contributor License Agreement (CLA). We make it relatively painless with CLA-bot.

Please note that trivial, non-code contributions such as spelling, grammar, typos, corrections, comments and link fixes are not acceptable pull requests. Although we appreciate the effort to fix these valid concerns, it is not practical for us to run our CI systems to accommodate minor external contributions which generate minimal value for the purpose of contribution/airdrop farming. It would be appreciated for you to open up an issue instead for our team to aggregate these types of contributions into a batch commit.

## Github Style Guide

**Branch Naming**
Expand Down
Loading
Loading