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.19.0 #6818

Closed
wants to merge 50 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
ab10788
chore: merge stable to unstable (#6703)
wemeetagain Apr 23, 2024
fd2fb16
chore: n-historical state - track state persist count per epoch (#6699)
twoeths Apr 23, 2024
2649a87
feat: add lodestar binaries to release (#6666)
jeluard Apr 24, 2024
97d9aa8
feat: switch bls to napi rebuild (#6616)
matthewkeil Apr 24, 2024
09e4b9c
chore: update references to consensus spec to v1.4.0 (#6704)
nflaig Apr 24, 2024
2fe9fca
chore: update consensus spec version in README (#6705)
nflaig Apr 25, 2024
aa17500
docs: correct plausible url (#6709)
jeluard Apr 25, 2024
a67b368
docs: incorrect scripts location (#6710)
jeluard Apr 25, 2024
de3988d
docs: no more broken images (#6708)
jeluard Apr 25, 2024
1a7ea75
feat: check aggregationBits length of `SignedAggregateAndProof` in go…
ensi321 Apr 26, 2024
e1bc926
feat: add and track blob source for metrics (#6628)
g11tech Apr 26, 2024
02e28cf
feat: add support for browser bundle for lightclient (#6673)
nazarhussain Apr 26, 2024
5bc27a0
docs: fix plausible domain (#6712)
jeluard Apr 26, 2024
e460bb1
ci: add paths-ignore to workflows (#6713)
jeluard Apr 26, 2024
766c8fd
feat: add arm64 binary support (#6707)
jeluard Apr 26, 2024
e17b744
ci: publish binaries for release candidates (#6714)
nflaig Apr 26, 2024
c9ff6e3
feat: add types support to esm bundle for lightclient (#6685)
nazarhussain Apr 30, 2024
473aeb0
chore: update vitest (#6718)
nazarhussain Apr 30, 2024
122a0f8
chore: do not build all binaries atomically (#6719)
jeluard Apr 30, 2024
a215ae2
feat: update libp2p deps (#6711)
wemeetagain May 1, 2024
f4f570f
chore(deps): bump ejs from 3.1.9 to 3.1.10 (#6721)
dependabot[bot] May 1, 2024
dbde1cb
chore: revert "ci: add paths-ignore to workflows (#6713)" (#6730)
nflaig May 3, 2024
6b26136
docs: restore docs pages lost during docusaurus migration (#6725)
nflaig May 3, 2024
8c55820
ci: fix incorrect build caching (#6731)
jeluard May 3, 2024
df6f52e
fix: build error log during esm bundle build (#6737)
nazarhussain May 6, 2024
4f2a627
chore: update fastify to v4.27.0 (#6740)
nflaig May 7, 2024
8e875c6
deps: upgrade vitest minor version (#6745)
nazarhussain May 8, 2024
ec108d7
chore: warn when heap limit is too low (#6722)
jeluard May 11, 2024
7e14c5e
feat: disable flood publish (#6755)
twoeths May 13, 2024
d0893ab
Merge branch 'stable' into unstable
wemeetagain May 13, 2024
c39b914
test: allow compact diff for test failures (#6783)
nazarhussain May 15, 2024
a6b10df
chore: upgrade classic-level (#6793)
jeluard May 16, 2024
bda2c20
feat(prover): support non-mutated verification provider in prover (#6…
nazarhussain May 21, 2024
992fdd4
docs: added debugging section (#6743)
jeluard May 22, 2024
3c5bb15
chore: review debugging section PR (#6807)
nflaig May 22, 2024
c635098
chore: update the naming conventions used in sim tests (#6805)
nazarhussain May 23, 2024
3121363
feat: recognize grandine from agentVersion (#6808)
ensi321 May 23, 2024
8ed9109
chore: refactor event loop interactions (#6806)
jeluard May 23, 2024
6c20dc2
chore: fix broken docker (#6813)
jeluard May 24, 2024
3471475
chore: log newPayload engine api (#6810)
twoeths May 24, 2024
7f63fab
chore: add `get_proposer_head` check in fork choice spec test (#6814)
ensi321 May 24, 2024
b439da2
chore: consolidate classic-level usage (#6795)
jeluard May 24, 2024
95ce044
chore: added docker support for osx (#6696)
jeluard May 24, 2024
4bf2585
chore: fix vitest performance with spec tests artifacts in place (#6817)
nazarhussain May 24, 2024
87bb83e
chore: clean up yarn lockfile (#6816)
nflaig May 24, 2024
794b9f1
feat: disable flood publish by default (#6815)
wemeetagain May 24, 2024
66fe753
feat: use @chainsafe/blst directly (#6706)
wemeetagain May 24, 2024
1831d47
fix: avoid Buffer.from copies (#6723)
wemeetagain May 24, 2024
deafa4f
chore: update nodejs to latest 22 (#6729)
nazarhussain May 24, 2024
fd72bf4
chore: bump package versions to 1.19.0
wemeetagain May 24, 2024
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
Prev Previous commit
Next Next commit
ci: fix incorrect build caching (#6731)
fix: incorrect build caching
jeluard authored May 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 8c55820d888d097946e677e78b10f12a1046c7a3
4 changes: 2 additions & 2 deletions .github/actions/setup-and-build/action.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ runs:
lib/
packages/*/lib
packages/*/.git-data.json
key: ${{ runner.os }}-node-${{ inputs.node }}-${{ github.sha }}
key: ${{ runner.os }}-${{ runner.arch }}-node-${{ inputs.node }}-${{ github.sha }}

- name: Install & build
if: steps.cache-build-restore.outputs.cache-hit != 'true'
@@ -55,4 +55,4 @@ runs:
lib/
packages/*/lib
packages/*/.git-data.json
key: ${{ runner.os }}-node-${{ inputs.node }}-${{ github.sha }}
key: ${{ runner.os }}-${{ runner.arch }}-node-${{ inputs.node }}-${{ github.sha }}