Jimmy Chen
1fb94ce432
Release v8.0.0-rc.1 ( #8185 )
2025-10-13 20:32:43 +11:00
Jimmy Chen
e5b4983d6b
Release v8.0.0 rc.0 ( #8127 )
...
Testnet release for the upcoming Fusaka fork.
Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com >
Co-Authored-By: Jimmy Chen <jimmy@sigmaprime.io >
2025-09-29 02:17:30 +00:00
Daniel Knopik
ee1b6bc81b
Create network_utils crate ( #7761 )
...
Anchor currently depends on `lighthouse_network` for a few types and utilities that live within. As we use our own libp2p behaviours, we actually do not use the core logic in that crate. This makes us transitively depend on a bunch of unneeded crates (even a whole separate libp2p if the versions mismatch!)
Move things we require into it's own lightweight crate.
Co-Authored-By: Daniel Knopik <daniel@dknopik.de >
2025-09-10 12:59:24 +00:00
Michael Sproul
cfb1f73310
Release v7.1.0 ( #7609 )
...
Post-Pectra release for tree-states hot 🎉
Already merged to `release-v7.1.0`:
- https://github.com/sigp/lighthouse/pull/7444
- https://github.com/sigp/lighthouse/pull/6750
- https://github.com/sigp/lighthouse/pull/7437
- https://github.com/sigp/lighthouse/pull/7133
- https://github.com/sigp/lighthouse/pull/7620
- https://github.com/sigp/lighthouse/pull/7663
2025-07-10 01:44:46 +00:00
Michael Sproul
47a85cd118
Bump version to v7.1.0-beta.0 (not a release) ( #7269 )
...
Having merged the drop-headtracker PR we now have a DB schema change in `unstable` compared to `release-v7.0.0`:
- https://github.com/sigp/lighthouse/pull/6744
There is a DB downgrade available, however this needs to be applied manually and it's usually a bit of a hassle.
This PR bumps the version on `unstable` to `v7.1.0-beta.0` _without_ actually cutting a `v7.1.0-beta.0` release, so that we can tell at a glance which schema version a node is using.
2025-04-07 06:01:20 +00:00
Michael Sproul
bde0f1ef0b
Merge remote-tracking branch 'origin/release-v7.0.0' into unstable
2025-03-29 13:01:58 +11:00
Michael Sproul
6d5a2be7f9
Release v7.0.0-beta.5 ( #7210 )
...
New release for Pectra-enabled networks.
2025-03-27 03:42:34 +00:00
Eitan Seri-Levi
cbf1c04a14
resolve merge conflicts between untstable and release-v7.0.0
2025-03-23 11:09:02 -06:00
Michael Sproul
04868027a6
Release v7.0.0-beta.4 ( #7162 )
...
New release for Hoodi testnet including clean versions of fixes from `holesky-rescue`.
2025-03-20 05:12:19 +00:00
ThreeHrSleep
d60c24ef1c
Integrate tracing ( #6339 )
...
Tracing Integration
- [reference](5bbf1859e9/projects/project-ideas.md (L297) )
- [x] replace slog & log with tracing throughout the codebase
- [x] implement custom crit log
- [x] make relevant changes in the formatter
- [x] replace sloggers
- [x] re-write SSE logging components
cc: @macladson @eserilev
2025-03-12 22:31:05 +00:00
Michael Sproul
1888be554c
Release v7.0.0-beta.0 ( #6962 )
...
New release for Electra on Holesky and Sepolia.
Includes PRs:
- https://github.com/sigp/lighthouse/pull/6808
- https://github.com/sigp/lighthouse/pull/6914
- https://github.com/sigp/lighthouse/pull/6949
- https://github.com/sigp/lighthouse/pull/6950
- https://github.com/sigp/lighthouse/pull/6958
2025-02-13 03:06:20 +00:00
Mac L
b2b1faad4e
Enforce alphabetically ordered cargo deps ( #6678 )
...
* Enforce alphabetically ordered cargo deps
* Fix test-suite
* Another CI fix
* Merge branch 'unstable' into cargo-sort
* Fix conflicts
* Merge remote-tracking branch 'origin/unstable' into cargo-sort
2024-12-19 05:46:03 +00:00
Michael Sproul
0d90135047
Release v6.0.1 ( #6659 )
...
* Release v6.0.1
2024-12-16 03:03:22 +00:00
Michael Sproul
c042dc14d7
Release v6.0.0 ( #6605 )
...
* Release v6.0.0
2024-12-02 04:00:51 +00:00
Age Manning
a97d77c147
Correct ENR decoding on extension trait ( #6402 )
...
* Correct enr extension encodings
* Clippy my ol friend
* Correct all encoding and comparisons
* Found some more encodings
* Fix remaining tests
2024-09-20 12:14:57 +00:00
Michael Sproul
d6ba8c3975
Release v5.3.0 ( #6194 )
...
* Release v5.3.0
2024-08-08 02:17:03 +00:00
Michael Sproul
9e12c21f26
Release v5.2.1 (testing branch) ( #5989 )
...
* Release v5.2.1
2024-06-28 02:10:32 +00:00
Michael Sproul
f1d88ba4b1
Release v5.2.0 ( #5664 )
...
* Bump version to v5.2.0
2024-06-10 13:28:11 +00:00
Akihito Nakano
6f05863007
Remove unused dependencies ( #5812 )
...
* Remove unused dependencies from lighthouse_network
* Remove unused dependencies from gossipsub
* Remove unused dependencies from network
* Remove unused dependencies from consensus/types
* Remove unused dependencies from account_manager
* Remove unused dependencies from boot_node
* Remove unused dependencies from database_manager
* Remove unused dependencies from validator_manager
* Remove unused dependencies from testing/ef_tests
* Remove unused dependencies from testing/simulator
* Remove unused dependencies from testing/execution_engine_integration
* Remove unused dependencies from common/system_health
* Remove unused dependencies from common/eth2
* Remove unused dependencies from common/lighthouse_metrics
* Remove unused dependencies from common/eth2_network_config
* Remove unused dependencies from common/logging
* Remove unused dependencies from watch
* Remove unused dependencies from slasher
* Remove unused dependencies from lighthouse
* Remove unused dependencies from lcli
* Remove unused dependencies from beacon_node
* Remove unused dependencies from beacon_node/builder_client
* Remove unused dependencies from beacon_node/beacon_processor
* Remove unused dependencies from beacon_node/execution_layer
* Remove unused dependencies from beacon_node/eth1
* Remove unused dependencies from beacon_node/client
* Remove unused dependencies from beacon_node/store
* Fix missing deps which is used only for testing
2024-05-27 07:59:07 +00:00
realbigsean
3058b96f25
Release v5.1.3 ( #5497 )
...
* Release v5.1.3
2024-03-28 05:22:30 +00:00
realbigsean
5ce16192c7
Release v5.1.2 ( #5453 )
...
* Release v5.1.2
2024-03-21 18:04:00 +00:00
Michael Sproul
2a3c709f8c
Release v5.1.1 ( #5396 )
...
* Release v5.1.1
2024-03-12 03:42:15 +00:00
Pawan Dhananjay
10a38a8aae
Release v5.1.0 ( #5372 )
...
* Bump versions
2024-03-10 23:44:29 +00:00
Paul Hauner
b5bae6e7a2
Release v5.0.0 ( #5254 )
...
* Bump versions
2024-02-20 22:12:52 +00:00
Paul Hauner
1be5253610
Bump versions ( #5123 )
2024-01-25 10:02:00 +11:00
Paul Hauner
2e8e160679
v4.6.0-rc.0 ( #5042 )
2024-01-11 10:46:29 +11:00
realbigsean
4555e33048
Remove serde derive references ( #4830 )
...
* remove remaining uses of serde_derive
* fix lockfile
---------
Co-authored-by: João Oliveira <hello@jxs.pt >
2023-10-11 13:01:30 -04:00
Paul Hauner
441fc1691b
Release v4.5.0 ( #4768 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions from v4.4.1 to v4.5.0.
## Additional Info
NA
2023-09-25 05:14:01 +00:00
João Oliveira
dcd69dfc62
Move dependencies to workspace ( #4650 )
...
## Issue Addressed
Synchronize dependencies and edition on the workspace `Cargo.toml`
## Proposed Changes
with https://github.com/rust-lang/cargo/issues/8415 merged it's now possible to synchronize details on the workspace `Cargo.toml` like the metadata and dependencies.
By only having dependencies that are shared between multiple crates aligned on the workspace `Cargo.toml` it's easier to not miss duplicate versions of the same dependency and therefore ease on the compile times.
## Additional Info
this PR also removes the no longer required direct dependency of the `serde_derive` crate.
should be reviewed after https://github.com/sigp/lighthouse/pull/4639 get's merged.
closes https://github.com/sigp/lighthouse/issues/4651
Co-authored-by: Michael Sproul <michael@sigmaprime.io >
Co-authored-by: Michael Sproul <micsproul@gmail.com >
2023-09-22 04:30:56 +00:00
Michael Sproul
2841f60686
Release v4.4.1 ( #4690 )
...
## Proposed Changes
New release to replace the cancelled v4.4.0 release.
This release includes the bugfix #4687 which avoids a deadlock that was present in v4.4.0.
## Additional Info
Awaiting testing over the weekend this will be merged Monday September 4th.
2023-09-04 02:56:52 +00:00
Paul Hauner
e99ba3a14e
Release v4.4.0 ( #4673 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions from `v4.3.0` to `v4.4.0`.
## Additional Info
NA
2023-08-31 02:12:35 +00:00
Paul Hauner
dfcb3363c7
Release v4.3.0 ( #4452 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions
## Additional Info
NA
2023-07-04 13:29:55 +00:00
Paul Hauner
c547a11b0d
v4.2.0 ( #4309 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions
## Additional Info
NA
2023-05-23 00:17:10 +00:00
Michael Sproul
c11638c36c
Split common crates out into their own repos ( #3890 )
...
## Proposed Changes
Split out several crates which now exist in separate repos under `sigp`.
- [`ssz` and `ssz_derive`](https://github.com/sigp/ethereum_ssz )
- [`tree_hash` and `tree_hash_derive`](https://github.com/sigp/tree_hash )
- [`ethereum_hashing`](https://github.com/sigp/ethereum_hashing )
- [`ethereum_serde_utils`](https://github.com/sigp/ethereum_serde_utils )
- [`ssz_types`](https://github.com/sigp/ssz_types )
For the published crates see: https://crates.io/teams/github:sigp:crates-io?sort=recent-updates .
## Additional Info
- [x] Need to work out how to handle versioning. I was hoping to do 1.0 versions of several crates, but if they depend on `ethereum-types 0.x` that is not going to work. EDIT: decided to go with 0.5.x versions.
- [x] Need to port several changes from `tree-states`, `capella`, `eip4844` branches to the external repos.
2023-04-28 01:15:40 +00:00
Paul Hauner
693886b941
Release v4.1.0 ( #4191 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions.
## Additional Info
NA
2023-04-20 00:51:38 +00:00
Paul Hauner
a53830fd60
Release v4.0.1 ( #4125 )
...
## Issue Addressed
NA
## Proposed Changes
- Bump versions.
- Bump openssl version to resolve various `cargo audit` notices.
## Additional Info
- Requires further testing
2023-03-26 22:39:28 +00:00
Paul Hauner
b2525d6ebd
Release Candidate v4.0.1-rc.0 ( #4123 )
2023-03-23 21:16:14 +11:00
Paul Hauner
0616e01202
Release v4.0.0 ( #4112 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions to `v4.0.0`
## Additional Info
NA
2023-03-22 04:06:02 +00:00
Paul Hauner
319cc61afe
Release v3.5.1 ( #4049 )
...
## Issue Addressed
NA
## Proposed Changes
Bumps versions to v3.5.1.
## Additional Info
- [x] Requires further testing
2023-03-07 07:57:39 +00:00
Paul Hauner
0fb58a680d
v3.5.0 ( #3996 )
...
## Issue Addressed
NA
## Proposed Changes
- Bump versions
## Sepolia Capella Upgrade
This release will enable the Capella fork on Sepolia. We are planning to publish this release on the 23rd of Feb 2023.
Users who can build from source and wish to do pre-release testing can use this branch.
## Additional Info
- [ ] Requires further testing
2023-02-22 06:00:49 +00:00
Paul Hauner
38514c07f2
Release v3.4.0 ( #3862 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions
## Additional Info
- [x] ~~Blocked on #3728 , #3801~~
- [x] ~~Blocked on #3866~~
- [x] Requires additional testing
2023-01-11 03:27:08 +00:00
Paul Hauner
bf533c8e42
v3.3.0 ( #3741 )
...
## Issue Addressed
NA
## Proposed Changes
- Bump versions
- Pin the `nethermind` version since our method of getting the latest tags on `master` is giving us an old version (`1.14.1`).
- Increase timeout for execution engine startup.
## Additional Info
- [x] ~Awaiting further testing~
2022-11-23 23:38:32 +00:00
Michael Sproul
6d5a2b509f
Release v3.2.1 ( #3660 )
...
## Proposed Changes
Patch release to include the performance regression fix https://github.com/sigp/lighthouse/pull/3658 .
## Additional Info
~~Blocked on the merge of https://github.com/sigp/lighthouse/pull/3658.~~
2022-10-26 09:38:25 +00:00
Paul Hauner
fcfd02aeec
Release v3.2.0 ( #3647 )
...
## Issue Addressed
NA
## Proposed Changes
Bump version to `v3.2.0`
## Additional Info
- ~~Blocked on #3597~~
- ~~Blocked on #3645~~
- ~~Blocked on #3653~~
- ~~Requires additional testing~~
2022-10-25 06:36:51 +00:00
Paul Hauner
01e84b71f5
v3.1.2 ( #3603 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions to v3.1.2
## Additional Info
- ~~Blocked on several PRs.~~
- ~~Requires further testing.~~
2022-09-26 01:17:36 +00:00
Paul Hauner
3128b5b430
v3.1.1 ( #3585 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions
## Additional Info
- ~~Requires additional testing~~
- ~~Blocked on:~~
- ~~#3589~~
- ~~#3540~~
- ~~#3587~~
2022-09-22 06:08:52 +00:00
Paul Hauner
aa022f4685
v3.1.0 ( #3525 )
...
## Issue Addressed
NA
## Proposed Changes
- Bump versions
## Additional Info
- ~~Blocked on #3508~~
- ~~Blocked on #3526~~
- ~~Requires additional testing.~~
- Expected release date is 2022-09-01
2022-08-31 22:21:55 +00:00
Paul Hauner
18c61a5e8b
v3.0.0 ( #3464 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions to v3.0.0
## Additional Info
- ~~Blocked on #3439~~
- ~~Blocked on #3459~~
- ~~Blocked on #3463~~
- ~~Blocked on #3462~~
- ~~Requires further testing~~
Co-authored-by: Michael Sproul <michael@sigmaprime.io >
2022-08-22 03:43:08 +00:00
Michael Sproul
df51a73272
Release v2.5.1 ( #3406 )
...
## Issue Addressed
Patch release to address fork choice issues in the presence of clock drift: https://github.com/sigp/lighthouse/pull/3402
2022-08-03 04:23:09 +00:00
Paul Hauner
2983235650
v2.5.0 ( #3392 )
...
## Issue Addressed
NA
## Proposed Changes
Bump versions.
## Additional Info
- ~~Blocked on #3383~~
- ~~Awaiting further testing.~~
2022-08-01 03:41:08 +00:00