Daniil Polyakov
6290f09127
fix(executor): make GetBlockRange bounded, non-over-allocating and non-blocking
2026-08-20 00:37:23 +03:00
Daniil Polyakov
7249f2f881
refactor(sequencer): actor architecture, phase 2: Storage Actor
2026-08-20 00:37:23 +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
Daniil Polyakov
6af1bf6cd0
fix(rpc_server): remove useless features
2026-08-13 00:13:05 +03:00
Daniil Polyakov
a4fa9e08e2
fix(sequencer): fixes after rebase
2026-08-12 23:00:22 +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
b9b02764b5
fix(sequencer): fixed typos
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