Sergio Chouhy
818bcb066d
refactor(lez): sequencer retries on startup when bedrock is unreachable
2026-08-13 18:47:50 -03:00
Sergio Chouhy
5304b94479
docs(lez): add a TODO to proplerly set the genesis minimum stake
2026-08-13 18:47:50 -03:00
Sergio Chouhy
3d04499d86
refactor: use type alias for slots
2026-08-13 18:47:50 -03:00
Sergio Chouhy
0ec811b0fc
chore: add lints to sequencer_stake
2026-08-13 18:47:50 -03:00
Sergio Chouhy
17b49f5a94
fix: verify l1 key in-guest
2026-08-13 18:47:50 -03:00
Sergio Chouhy
05f481ddb6
fix(lez): bump bedrock and remove hotfix for zone-sdk signing channel config bug
2026-08-13 18:47:50 -03:00
Sergio Chouhy
1fd81a7889
fix(lez)!: first sequencer stake ownership account on genesis block
2026-08-13 18:47:50 -03:00
Sergio Chouhy
39d19151ba
add sequencer script to join/leave
2026-08-13 18:47:50 -03:00
Sergio Chouhy
cf875398ef
fix(lez): bootstrapping behavior depends on Bedrock channel existance
2026-08-13 18:47:23 -03:00
erhant
a99112aa8f
feat(lez): implement self-join/leave mechanism
2026-08-13 18:47:23 -03:00
erhant
e59ba8360a
Merge pull request #662 from logos-blockchain/erhant/sequencer-gossip
...
feat(sequencer): gossip module
2026-08-13 21:43:19 +03:00
erhant
5171a30552
chore(sequencer): add FIXME comment about unsecured key to bytes [skip ci]
2026-08-13 21:42:27 +03:00
erhant
0203b8c55f
test(sequencer): gossip end-to-end integration test
2026-08-13 21:02:07 +03:00
erhant
bc2302b19b
fix(sequencer): retry gossip bootstrap and requeue failed publishes
2026-08-13 19:33:45 +03:00
erhant and Claude Fable 5
ebe4123386
Merge remote-tracking branch 'origin/dev' into erhant/sequencer-gossip
...
Resolves the actors-refactor (#691 ) collision: gossip now starts in
sequencer_service::run() after ExecutorActor construction (which exposes
its mempool handle), and the RPC-side publish hook threads through
RpcServerActor::new into the actor's Service.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-08-13 19:04:09 +03:00
Moudy
7699cd3ab3
Merge pull request #697 from logos-blockchain/moudy/cross-zone-outbox-log
...
fix(cross-zone)!: make an outbox slot a write-once log entry keyed by its emitter
2026-08-13 13:18:05 +02:00
moudyellaz
b9173e675f
Merge remote-tracking branch 'origin/dev' into moudy/cross-zone-outbox-log
...
# Conflicts:
# test_fixtures/fixtures/prebuilt_sequencer_db.dump
# tools/cross_zone_chat/src/main.rs
2026-08-13 09:35:37 +02:00
Pravdyvy
4f9993149c
Merge pull request #643 from logos-blockchain/Pravdyvy/multi-sequencer-integration-tests
...
feat(integration_tests): adding multi-sequencer support for integration tests
2026-08-13 06:42:50 +03:00
Pravdyvy
f0861d2497
Merge branch 'dev' into Pravdyvy/multi-sequencer-integration-tests
2026-08-13 04:10:13 +03:00
Pravdyvy
3fc1001ade
fix(ci): fixtures rebuild
2026-08-13 03:47:09 +03:00
Daniil Polyakov
f502c4f5e4
Merge pull request #691 from logos-blockchain/arjentix/actors-phase-1
...
refactor(sequencer): actor architecture, phase 1: RpcServer and Executor actors
2026-08-13 02:33:10 +03:00
Daniil Polyakov
6af1bf6cd0
fix(rpc_server): remove useless features
2026-08-13 00:13:05 +03:00
Daniil Polyakov
53295db71c
refactor(sequencer): move common actor logic into ActorHandle
2026-08-12 23:40:07 +03:00
moudyellaz
ae3fd849e3
Merge remote-tracking branch 'origin/dev' into moudy/cross-zone-outbox-log
...
# Conflicts:
# artifacts/lez/programs/amm.bin
# artifacts/lez/programs/associated_token_account.bin
# artifacts/lez/programs/authenticated_transfer.bin
# artifacts/lez/programs/bridge.bin
# artifacts/lez/programs/bridge_lock.bin
# artifacts/lez/programs/clock.bin
# artifacts/lez/programs/cross_zone_inbox.bin
# artifacts/lez/programs/cross_zone_outbox.bin
# artifacts/lez/programs/faucet.bin
# artifacts/lez/programs/pinata.bin
# artifacts/lez/programs/pinata_token.bin
# artifacts/lez/programs/ping_receiver.bin
# artifacts/lez/programs/ping_sender.bin
# artifacts/lez/programs/token.bin
# artifacts/lez/programs/vault.bin
# artifacts/lez/programs/wrapped_token.bin
# test_fixtures/fixtures/prebuilt_sequencer_db.dump
2026-08-12 22:37:45 +02:00
Daniil Polyakov
a4fa9e08e2
fix(sequencer): fixes after rebase
2026-08-12 23:00:22 +03:00
Daniil Polyakov
774c8167f3
chore(sequencer): remove useless long comment
2026-08-12 22:50:50 +03:00
Daniil Polyakov
c75eecc0fb
refactor(rpc_server): move service into actor submodule
2026-08-12 22:50:50 +03:00
Daniil Polyakov
59a2c495d2
refactor(sequencer): move actors to actor.rs modules
2026-08-12 22:50:50 +03:00
Daniil Polyakov
3e448bb5e8
refactor(rpc_server): use strongly-typed error
2026-08-12 22:50:50 +03:00
Daniil Polyakov
2e929df834
fix(sequencer): set block production start delay and missed tick behaviour
2026-08-12 22:50:50 +03:00
Daniil Polyakov
b9b02764b5
fix(sequencer): fixed typos
2026-08-12 22:50:50 +03:00
Daniil Polyakov
96a94e953d
feat(sequencer): add error trace to SequencerHandle::failed()
2026-08-12 22:50:50 +03:00
Daniil Polyakov
f91d0da8e1
refactor(sequencer): add test for mempool and bring back standalone feature
2026-08-12 22:50:50 +03:00
Daniil Polyakov
ea1b454672
refactor(executor): add strongly typed error
2026-08-12 22:50:50 +03:00
Daniil Polyakov
9e54af0ce4
fix(sequencer): bring back Drop for SequencerHandle and remove StoreRelease
2026-08-12 22:50:50 +03:00
Daniil Polyakov
7541d7658b
feat(sequencer): use actors in SequencerHandle
2026-08-12 22:34:14 +03:00
Daniil Polyakov
4ae9b30736
feat(sequencer): add RPC Server Actor
2026-08-12 22:34:14 +03:00
Daniil Polyakov
436908e08f
feat(sequencer): add Executor actor
2026-08-12 22:34:14 +03:00
Moudy
b08e80519e
Merge pull request #699 from logos-blockchain/moudy/cross-zone-emitter-pins
...
feat(cross-zone)!: pin the outbox in both emitters and bridge_lock's mint destination
2026-08-12 18:13:10 +02:00
Pravdyvy
e146f9ff5a
Merge branch 'dev' into Pravdyvy/multi-sequencer-integration-tests
2026-08-12 18:43:09 +03:00
Moudy
6303adef11
Merge pull request #700 from logos-blockchain/moudy/cross-zone-target-auth
2026-08-12 17:26:56 +02:00
Moudy
39fb98198a
Merge pull request #693 from logos-blockchain/moudy/cross-zone-per-block-seen-shard
2026-08-12 17:25:59 +02:00
moudyellaz
37bbe34579
chore(integration_tests): drop the unused logos-blockchain-core dependency
2026-08-12 15:59:41 +02:00
moudyellaz
e7d3ec568b
fix(build): resolve the artifacts dir at build-script runtime
2026-08-12 15:25:01 +02:00
moudyellaz
f846e7ac73
feat(sequencer)!: suffix the sequencer db directory with its channel id
...
BREAKING CHANGE: the sequencer database moves from <home>/rocksdb to <home>/rocksdb-<channel id>; an existing home fresh-starts (with a warning naming the old directory) unless the directory is renamed.
2026-08-12 15:25:01 +02:00
moudyellaz
f8da8f40b3
Merge remote-tracking branch 'origin/dev' into moudy/cross-zone-per-block-seen-shard
...
# Conflicts:
# artifacts/lez/programs/bridge_lock.bin
# artifacts/lez/programs/cross_zone_inbox.bin
# artifacts/lez/programs/wrapped_token.bin
# test_fixtures/fixtures/prebuilt_sequencer_db.dump
2026-08-12 15:13:30 +02:00
Pravdyvy
c907a03056
fix(fixtures): suggestions 4
2026-08-12 12:30:27 +03:00
Pravdyvy
13a0855295
fix(fixtures): suggestions 3
2026-08-12 08:51:37 +03:00
Pravdyvy
59769f5a35
Merge branch 'dev' into Pravdyvy/multi-sequencer-integration-tests
2026-08-11 16:28:02 +03:00
Pravdyvy
d6372fec0d
Merge pull request #701 from logos-blockchain/Pravdyvy/fix-new-fixtures
...
fix(ci): fixtures rebuild
2026-08-11 06:17:57 +03:00