Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
3c06f9f
feat: add withdrawal credentials to genesis
matthias-wright Oct 22, 2025
2231efe
chore: set different VALIDATOR_WITHDRAWAL_PERIOD for e2e feature
matthias-wright Oct 22, 2025
7eef25f
feat: add binary to test withdraw and exit
matthias-wright Oct 23, 2025
ad2622d
feat: shut down runtime if validator is removed from committee
matthias-wright Oct 23, 2025
f78ebf3
feat: implement Drop for application, syncer, and finalizer to coordi…
matthias-wright Oct 23, 2025
019dd57
chore: remove unused CLI args from withdraw and exit bin
matthias-wright Oct 23, 2025
4a1edea
feat: add get validator valance route to rpc
matthias-wright Oct 23, 2025
69237c2
feat: verify that validator that withdrew is no longer on consensus s…
matthias-wright Oct 23, 2025
17ab569
feat: add cli argument to pass optional checkpoint
matthias-wright Oct 23, 2025
2fb35fc
feat: load checkpoint with ssz encoding
matthias-wright Oct 24, 2025
5769f6a
chore: fmt
matthias-wright Oct 24, 2025
c2511b8
chore: switch p2p network config to recommended
matthias-wright Oct 29, 2025
7798dd5
fix: clear added and removed validators only after writing to disk
matthias-wright Oct 29, 2025
b4bf7cf
chore: use height for oracle instead of view
matthias-wright Oct 29, 2025
e468645
chore: use aggressive networking config when e2e flag is enabled
matthias-wright Oct 31, 2025
03e3f00
feat: add epoch to consensus state
matthias-wright Oct 31, 2025
cf50e86
feat: update registry
matthias-wright Oct 31, 2025
5a58921
feat: update block and header
matthias-wright Oct 31, 2025
2895b30
feat: update checkpoint
matthias-wright Oct 31, 2025
453f675
feat: update network oracle
matthias-wright Oct 31, 2025
51e5e63
feat: switch to BLS multisig and make generic over signer
matthias-wright Nov 4, 2025
c7d7f6f
feat: add orchestrator
matthias-wright Nov 5, 2025
9b97227
feat: add keystore
matthias-wright Nov 5, 2025
cf2744d
feat: refactor CLI to include BLS key
matthias-wright Nov 5, 2025
2ad6df6
feat: update syncer (WIP)
matthias-wright Nov 5, 2025
346061b
feat: add consensus key to genesis
matthias-wright Nov 5, 2025
1d6a9e7
feat: add consensus key to validator account
matthias-wright Nov 5, 2025
6e6400c
feat: add epoch to header and block
matthias-wright Nov 6, 2025
2306779
feat: update application
matthias-wright Nov 6, 2025
2ecb81b
feat: make finalized header generic over scheme
matthias-wright Nov 6, 2025
702faa1
feat: implement consensus block trait for BlockEnvelope
matthias-wright Nov 7, 2025
e968f2f
feat: receive finalized blocks via finalizer mailbox
matthias-wright Nov 7, 2025
d40c361
feat: add sync_height and response channel for finalized blocks
matthias-wright Nov 7, 2025
a7ee55f
chore: update finalizer mailbox signature
matthias-wright Nov 7, 2025
44ac39f
chore: update trait bounds
matthias-wright Nov 7, 2025
0ca1658
chore: update network oracle
matthias-wright Nov 7, 2025
2788524
chore: update trait bounds and use context cell
matthias-wright Nov 7, 2025
7de3f72
chore: update types
matthias-wright Nov 7, 2025
fa62267
feat: orchestrator and update syncer
matthias-wright Nov 7, 2025
baba4ea
chore: fmt
matthias-wright Nov 7, 2025
c7bbf45
feat: send new validator list to orchestrator from finalizer
matthias-wright Nov 8, 2025
e36898a
feat: finalizer notifies orchestrator to shutdown simplex from last e…
matthias-wright Nov 9, 2025
824a08a
feat: update DepositRequest type to include both keys and sigs
matthias-wright Nov 10, 2025
af8052f
feat: store BLS pubkey from deposit req and verify sig
matthias-wright Nov 10, 2025
6bd6060
chore: fix compile issues in binaries
matthias-wright Nov 10, 2025
2a2d011
chore: clippy
matthias-wright Nov 10, 2025
f2fec24
chore: implement Manager and Blocker traits for dummy network
matthias-wright Nov 10, 2025
e77617e
feat: start initial simplex instance from finalizer
matthias-wright Nov 11, 2025
37da843
feat: add epoch genesis hash to consensus state
matthias-wright Nov 11, 2025
b8999c0
feat: request epoch genesis hash from finalizer
matthias-wright Nov 11, 2025
ac1d2fa
chore: remove generics from orchestrator message
matthias-wright Nov 11, 2025
84ede86
fix: use subscribe instead of get_block to get the parent block
matthias-wright Nov 11, 2025
302f872
feat: send block + finalization on last block of epoch to finalizer
matthias-wright Nov 11, 2025
e5ba1d9
chore: remove registry
matthias-wright Nov 11, 2025
b171425
fix: use SimulatedOracle for e2e tests
matthias-wright Nov 12, 2025
b498654
fix: fix test_single_engine_with_checkpoint
matthias-wright Nov 12, 2025
00e9a1d
feat: apply marshal update (Fills Gaps Before Processing)
matthias-wright Nov 12, 2025
69876e3
feat: use commonware's epoch boundries
matthias-wright Nov 13, 2025
bafe399
chore: reduce max_repair to 10
matthias-wright Nov 13, 2025
50b52a2
test: don't remove execution requests in test harness
matthias-wright Nov 13, 2025
301af5f
test: fix execution request e2e tests
matthias-wright Nov 13, 2025
b1c20bc
test: fix test_single_engine_with_checkpoint
matthias-wright Nov 13, 2025
b606ddc
feat: remove generic scheme from finalizer and use bls
matthias-wright Nov 13, 2025
1de394d
allow get_public_key and health check before getting genesis
Nov 13, 2025
07645de
chore: update testnet keys
matthias-wright Nov 13, 2025
d0bf2c8
chore: pass in timeouts to orchestrator from config
matthias-wright Nov 13, 2025
9060e71
chore: use local network config for binary tests
matthias-wright Nov 13, 2025
0a61e6d
chore: remove block fetcher bin
matthias-wright Nov 13, 2025
ba57082
test: fix stake and checkpoint binary test
matthias-wright Nov 14, 2025
03acf43
test: fix withdraw and exit binary
matthias-wright Nov 14, 2025
50e5693
chore: add latest view to the consensus state
matthias-wright Nov 14, 2025
7d942d6
fmt
cdrappi Nov 14, 2025
42fc0ee
Only check if building on proper eth block in finalizer
daltoncoder Nov 14, 2025
1ee5da7
fix finalizer
daltoncoder Nov 14, 2025
d564702
feat: set last_processed_height and last_processed_round according to…
matthias-wright Nov 14, 2025
d23728f
chore: set blocks per epoch to 10000
matthias-wright Nov 15, 2025
db63f79
feat: initialize sync variables from consensus state returned by fina…
matthias-wright Nov 18, 2025
e6cc571
fix: increment epoch after writing to disk
matthias-wright Nov 18, 2025
b4835df
add comment
cdrappi Nov 18, 2025
4712cf4
Merge branch 'm/upgrade-commonware-0.0.63' of github.com:SeismicSyste…
cdrappi Nov 18, 2025
6af5d6a
update genesis rpc
cdrappi Nov 18, 2025
fdcfa4a
ok
cdrappi Nov 18, 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
274 changes: 144 additions & 130 deletions Cargo.lock

Large diffs are not rendered by default.

30 changes: 17 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = [ "application", "node", "rpc", "types", "syncer", "finalizer"]
members = [ "application", "node", "rpc", "types", "finalizer", "orchestrator", "syncer"]
resolver = "3"

[workspace.package]
Expand All @@ -10,20 +10,21 @@ edition = "2024"
# Our crates
summit-types = { path = "types" }
summit-application = { path = "application" }
summit-syncer = {path = "syncer"}
summit-syncer = {path = "syncer" }
summit-finalizer = {path = "finalizer"}
summit-rpc = {path = "rpc"}
summit-orchestrator = {path = "orchestrator"}

commonware-consensus = "0.0.62"
commonware-cryptography = "0.0.62"
commonware-storage = "0.0.62"
commonware-runtime = "0.0.62"
commonware-codec = "0.0.62"
commonware-p2p = "0.0.62"
commonware-broadcast = "0.0.62"
commonware-utils = "0.0.62"
commonware-resolver = "0.0.62"
commonware-macros = "0.0.62"
commonware-consensus = { git = "https://github.com/commonwarexyz/monorepo.git", rev = "f395c9e" }
commonware-cryptography = { git = "https://github.com/commonwarexyz/monorepo.git", rev = "f395c9e" }
commonware-storage = { git = "https://github.com/commonwarexyz/monorepo.git", rev = "f395c9e" }
commonware-runtime = { git = "https://github.com/commonwarexyz/monorepo.git", rev = "f395c9e" }
commonware-codec = { git = "https://github.com/commonwarexyz/monorepo.git", rev = "f395c9e" }
commonware-p2p = { git = "https://github.com/commonwarexyz/monorepo.git", rev = "f395c9e" }
commonware-broadcast = { git = "https://github.com/commonwarexyz/monorepo.git", rev = "f395c9e" }
commonware-utils = { git = "https://github.com/commonwarexyz/monorepo.git", rev = "f395c9e" }
commonware-resolver = { git = "https://github.com/commonwarexyz/monorepo.git", rev = "f395c9e" }
commonware-macros = { git = "https://github.com/commonwarexyz/monorepo.git", rev = "f395c9e" }

alloy-consensus = "1.0.12"
alloy-eips = { version = "1.0.19", features = ["ssz"] }
Expand All @@ -46,21 +47,24 @@ url = "2.5"

futures = "0.3.31"
http = "1.0"
hex = "0.4"
http-body-util = "0.1.3"
reqwest = "0.12"
socket2 = "0.6"
tower = "0.5.2"
tokio = "1.46.0"
tokio-util = "0.7.16"
console-subscriber = "0.4"
pin-project = "1.1.10"

ethereum_ssz = "0.9.0"
ethereum_ssz_derive = "0.9.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
toml = "0.9"
zeroize = "1.8"

anyhow = "1.0.98"
anyhow = "1.0.99"
eyre = "0.6"

bytes = "1.10.1"
Expand Down
7 changes: 1 addition & 6 deletions application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ edition.workspace = true
summit-types.workspace = true
summit-syncer.workspace = true
summit-finalizer.workspace = true
bytes.workspace = true

anyhow.workspace = true
tracing.workspace = true
Expand All @@ -18,13 +17,9 @@ commonware-macros.workspace = true
commonware-utils.workspace = true

futures.workspace = true
alloy-provider.workspace = true
alloy-rpc-types-engine.workspace = true
alloy-eips.workspace = true
alloy-primitives.workspace = true
governor.workspace = true
rand.workspace = true
alloy-transport-ipc.workspace = true
tokio-util.workspace = true

# For metrics - activate with `prom` feature
metrics = { version = "0.24.0", optional = true }
Expand Down
Loading
Loading