Skip to content

Commit

Permalink
Merge stable to unstable no conflicts (#5216)
Browse files Browse the repository at this point in the history
* v1.5.0

* Add validatior option to specify builder block selection strategy (#5064)

* Add validatior option to specify builder block selection strategy

* cleanup and improvements

* server api fx

* fix test

* fix the testcase

* Re-gossip bls changes if submitted earlier than capella (#5049)

* Cache and retransmit bls changes if submitted early

* regossip when synced on/post capella

* fix tests

* modify publish vs cache condition

* add logging

* add error logging

* batchify the processing

* fix some of the cases

* fix log issues

* also delete included keys

* fix lint

* simplify gossip loop

* fix build

* refac to a versioned bls change store

* update

* logging improvements

* improve logging and finish behavior

* cleanup

* Rename eip4844 fork as Deneb (#5082)

* Fix and extract payload to header conversion (#5101)

* Remove unused eslint disable directives (#5046)

* Add execution payload header to light client header capella onwards (#5027)

* Add execution payload header to light client header capella onwards

* add more forks

* add allfork types

* make other types multifork

* make events multifork compatible

* make lightclient routes multifork

* update light-client transport

* upgrade the blocktype on lightclient server import block

* fixes

* fix test

* fix event serialization/deserilization type

* update proof constants

* fix payload index

* update the light client update generation to multi fork

* fix types

* add spec override to pass specs

* make event types allforks

* make req/resp multifork

* make types multifork throughout

* fix the update serialize/deserialize

* fix error log

* better fork determination for update

* fix the fork of finalized

* fix tests

* fix header upgradation

* Fix zero finalized header in lightclient update gen (#5121)

* Schedule capella on sepolia (#5127)

* Get the capella builder functional (#5179)

* Allow blsChange reprocess/republish via API submission (#5185)

* Fix gossiping blsChange on submit if post capella

* comment improvement

* Use new db bucket for light client updates (#5205)

---------

Co-authored-by: Cayman <caymannava@gmail.com>
Co-authored-by: g11tech <develop@g11tech.io>
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
4 people authored Feb 28, 2023
1 parent f10a95f commit d4b9201
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.4.3",
"version": "1.5.0",
"stream": "true",
"command": {
"version": {
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.4.3",
"version": "1.5.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -70,10 +70,10 @@
"dependencies": {
"@chainsafe/persistent-merkle-tree": "^0.5.0",
"@chainsafe/ssz": "^0.10.1",
"@lodestar/config": "^1.4.3",
"@lodestar/params": "^1.4.3",
"@lodestar/types": "^1.4.3",
"@lodestar/utils": "^1.4.3",
"@lodestar/config": "^1.5.0",
"@lodestar/params": "^1.5.0",
"@lodestar/types": "^1.5.0",
"@lodestar/utils": "^1.5.0",
"cross-fetch": "^3.1.4",
"eventsource": "^2.0.2",
"qs": "^6.10.1"
Expand Down
24 changes: 12 additions & 12 deletions packages/beacon-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.4.3",
"version": "1.5.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -117,17 +117,17 @@
"@libp2p/peer-id-factory": "^2.0.1",
"@libp2p/prometheus-metrics": "^1.1.2",
"@libp2p/tcp": "^6.1.0",
"@lodestar/api": "^1.4.3",
"@lodestar/config": "^1.4.3",
"@lodestar/db": "^1.4.3",
"@lodestar/fork-choice": "^1.4.3",
"@lodestar/light-client": "^1.4.3",
"@lodestar/params": "^1.4.3",
"@lodestar/reqresp": "^1.4.3",
"@lodestar/state-transition": "^1.4.3",
"@lodestar/types": "^1.4.3",
"@lodestar/utils": "^1.4.3",
"@lodestar/validator": "^1.4.3",
"@lodestar/api": "^1.5.0",
"@lodestar/config": "^1.5.0",
"@lodestar/db": "^1.5.0",
"@lodestar/fork-choice": "^1.5.0",
"@lodestar/light-client": "^1.5.0",
"@lodestar/params": "^1.5.0",
"@lodestar/reqresp": "^1.5.0",
"@lodestar/state-transition": "^1.5.0",
"@lodestar/types": "^1.5.0",
"@lodestar/utils": "^1.5.0",
"@lodestar/validator": "^1.5.0",
"@multiformats/multiaddr": "^11.0.0",
"@types/datastore-level": "^3.0.0",
"buffer-xor": "^2.0.2",
Expand Down
22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/lodestar",
"version": "1.4.3",
"version": "1.5.0",
"description": "Command line interface for lodestar",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
Expand Down Expand Up @@ -61,16 +61,16 @@
"@chainsafe/discv5": "^3.0.0",
"@chainsafe/ssz": "^0.10.1",
"@libp2p/peer-id-factory": "^2.0.1",
"@lodestar/api": "^1.4.3",
"@lodestar/beacon-node": "^1.4.3",
"@lodestar/config": "^1.4.3",
"@lodestar/db": "^1.4.3",
"@lodestar/light-client": "^1.4.3",
"@lodestar/params": "^1.4.3",
"@lodestar/state-transition": "^1.4.3",
"@lodestar/types": "^1.4.3",
"@lodestar/utils": "^1.4.3",
"@lodestar/validator": "^1.4.3",
"@lodestar/api": "^1.5.0",
"@lodestar/beacon-node": "^1.5.0",
"@lodestar/config": "^1.5.0",
"@lodestar/db": "^1.5.0",
"@lodestar/light-client": "^1.5.0",
"@lodestar/params": "^1.5.0",
"@lodestar/state-transition": "^1.5.0",
"@lodestar/types": "^1.5.0",
"@lodestar/utils": "^1.5.0",
"@lodestar/validator": "^1.5.0",
"@multiformats/multiaddr": "^11.0.0",
"@types/lockfile": "^1.0.1",
"bip39": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/config",
"version": "1.4.3",
"version": "1.5.0",
"description": "Chain configuration required for lodestar",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
],
"dependencies": {
"@chainsafe/ssz": "^0.10.1",
"@lodestar/params": "^1.4.3",
"@lodestar/types": "^1.4.3"
"@lodestar/params": "^1.5.0",
"@lodestar/types": "^1.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/db",
"version": "1.4.3",
"version": "1.5.0",
"description": "DB modules of Lodestar",
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/lodestar#readme",
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"@chainsafe/ssz": "^0.10.1",
"@lodestar/config": "^1.4.3",
"@lodestar/utils": "^1.4.3",
"@lodestar/config": "^1.5.0",
"@lodestar/utils": "^1.5.0",
"@types/levelup": "^4.3.3",
"it-all": "^2.0.0",
"level": "^8.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/flare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/flare",
"version": "1.4.3",
"version": "1.5.0",
"description": "Beacon chain debugging tool",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down Expand Up @@ -59,10 +59,10 @@
"blockchain"
],
"dependencies": {
"@lodestar/api": "^1.4.3",
"@lodestar/config": "^1.4.3",
"@lodestar/state-transition": "^1.4.3",
"@lodestar/types": "^1.4.3",
"@lodestar/api": "^1.5.0",
"@lodestar/config": "^1.5.0",
"@lodestar/state-transition": "^1.5.0",
"@lodestar/types": "^1.5.0",
"source-map-support": "^0.5.19",
"yargs": "^16.1.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/fork-choice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.4.3",
"version": "1.5.0",
"type": "module",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -40,11 +40,11 @@
},
"dependencies": {
"@chainsafe/ssz": "^0.10.1",
"@lodestar/config": "^1.4.3",
"@lodestar/params": "^1.4.3",
"@lodestar/state-transition": "^1.4.3",
"@lodestar/types": "^1.4.3",
"@lodestar/utils": "^1.4.3"
"@lodestar/config": "^1.5.0",
"@lodestar/params": "^1.5.0",
"@lodestar/state-transition": "^1.5.0",
"@lodestar/types": "^1.5.0",
"@lodestar/utils": "^1.5.0"
},
"keywords": [
"ethereum",
Expand Down
12 changes: 6 additions & 6 deletions packages/light-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.4.3",
"version": "1.5.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -66,11 +66,11 @@
"@chainsafe/bls": "7.1.1",
"@chainsafe/persistent-merkle-tree": "^0.5.0",
"@chainsafe/ssz": "^0.10.1",
"@lodestar/api": "^1.4.3",
"@lodestar/config": "^1.4.3",
"@lodestar/params": "^1.4.3",
"@lodestar/types": "^1.4.3",
"@lodestar/utils": "^1.4.3",
"@lodestar/api": "^1.5.0",
"@lodestar/config": "^1.5.0",
"@lodestar/params": "^1.5.0",
"@lodestar/types": "^1.5.0",
"@lodestar/utils": "^1.5.0",
"cross-fetch": "^3.1.4",
"mitt": "^3.0.0",
"strict-event-emitter-types": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/params",
"version": "1.4.3",
"version": "1.5.0",
"description": "Chain parameters required for lodestar",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/reqresp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.4.3",
"version": "1.5.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -59,10 +59,10 @@
"@chainsafe/snappy-stream": "^5.1.2",
"@libp2p/interface-connection": "^3.0.2",
"@libp2p/interface-peer-id": "^2.0.1",
"@lodestar/config": "^1.4.3",
"@lodestar/params": "^1.4.3",
"@lodestar/types": "^1.4.3",
"@lodestar/utils": "^1.4.3",
"@lodestar/config": "^1.5.0",
"@lodestar/params": "^1.5.0",
"@lodestar/types": "^1.5.0",
"@lodestar/utils": "^1.5.0",
"it-all": "^2.0.0",
"snappyjs": "^0.7.0",
"stream-to-it": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/spec-test-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/spec-test-util",
"version": "1.4.3",
"version": "1.5.0",
"description": "Spec test suite generator from yaml test files",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"blockchain"
],
"dependencies": {
"@lodestar/utils": "^1.4.3",
"@lodestar/utils": "^1.5.0",
"async-retry": "^1.3.3",
"axios": "^0.21.0",
"chai": "^4.3.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/state-transition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.4.3",
"version": "1.5.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -63,10 +63,10 @@
"@chainsafe/persistent-merkle-tree": "^0.5.0",
"@chainsafe/persistent-ts": "^0.19.1",
"@chainsafe/ssz": "^0.10.1",
"@lodestar/config": "^1.4.3",
"@lodestar/params": "^1.4.3",
"@lodestar/types": "^1.4.3",
"@lodestar/utils": "^1.4.3",
"@lodestar/config": "^1.5.0",
"@lodestar/params": "^1.5.0",
"@lodestar/types": "^1.5.0",
"@lodestar/utils": "^1.5.0",
"bigint-buffer": "^1.1.5",
"buffer-xor": "^2.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.4.3",
"version": "1.5.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@chainsafe/ssz": "^0.10.1",
"@lodestar/params": "^1.4.3"
"@lodestar/params": "^1.5.0"
},
"keywords": [
"ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.4.3",
"version": "1.5.0",
"type": "module",
"exports": "./lib/index.js",
"files": [
Expand Down
16 changes: 8 additions & 8 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/validator",
"version": "1.4.3",
"version": "1.5.0",
"description": "A Typescript implementation of the validator client",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
Expand Down Expand Up @@ -51,13 +51,13 @@
"dependencies": {
"@chainsafe/bls": "7.1.1",
"@chainsafe/ssz": "^0.10.1",
"@lodestar/api": "^1.4.3",
"@lodestar/config": "^1.4.3",
"@lodestar/db": "^1.4.3",
"@lodestar/params": "^1.4.3",
"@lodestar/state-transition": "^1.4.3",
"@lodestar/types": "^1.4.3",
"@lodestar/utils": "^1.4.3",
"@lodestar/api": "^1.5.0",
"@lodestar/config": "^1.5.0",
"@lodestar/db": "^1.5.0",
"@lodestar/params": "^1.5.0",
"@lodestar/state-transition": "^1.5.0",
"@lodestar/types": "^1.5.0",
"@lodestar/utils": "^1.5.0",
"bigint-buffer": "^1.1.5",
"cross-fetch": "^3.1.4",
"strict-event-emitter-types": "^2.0.0"
Expand Down

0 comments on commit d4b9201

Please sign in to comment.