Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
a366209
refactor: make EventContextManager::set_ctx accept generic Into<Event…
Jan 30, 2026
a7c560a
remove redundant handlers
Jan 30, 2026
f0c26dc
tidy up
Jan 30, 2026
8c2f68b
tidy up memory management
Jan 31, 2026
f97eef5
remove redundant handler
Jan 31, 2026
6a13385
refactor: add event context management to TypedEvent system
Jan 31, 2026
d0ab76a
refactor: add EventContext support to Persistable::try_mutate
Jan 31, 2026
bc8dffd
fixed better error handling was causing failing test
Feb 1, 2026
6010772
update cargo lock with correct regex version
Feb 1, 2026
01337e2
publish_origin -> publish_without_context
Feb 1, 2026
197fa82
Merge branch 'main' into ry/1050-event-sync
ryardley Feb 1, 2026
d91dbef
pass context to errors and fix up colorizing to avoid looking like er…
Feb 1, 2026
9261e60
updates
Feb 1, 2026
2fd50db
update doc tests
Feb 1, 2026
5c65e67
ensure doctests are ignored
Feb 1, 2026
98e0bdd
typo
Feb 1, 2026
d332516
refactor EVM system architecture and routing configuration
Feb 1, 2026
61399e7
update test
Feb 1, 2026
b014b6a
refactor: move EvmEvent from events to evm crate and simplify sync flow
Feb 1, 2026
f3a211e
tidy up api
Feb 1, 2026
fd77f2b
refactor: add block to event context
Feb 1, 2026
336712e
refactor: add block tracking to write buffer
Feb 1, 2026
8d5b204
save aggregate block to rolling snapshot
Feb 1, 2026
5852eb2
remove redundant import
Feb 1, 2026
b1f341d
feat: add sync bootstrap and sanpshot infrastructure (wip)
Feb 1, 2026
5c4657f
add headers
Feb 3, 2026
25856ed
Merge branch 'main' into ry/1050-event-sync
Feb 3, 2026
7fe66b1
convert write buffer into snapshot buffer
Feb 4, 2026
b1fcf68
headers
Feb 4, 2026
1d870e8
Merge branch 'main' into ry/1050-event-sync
Feb 4, 2026
6463922
compiling
Feb 4, 2026
1b15369
remove warnings
Feb 4, 2026
00b2c9c
remove warnings
Feb 4, 2026
1a04c31
remove wired from system
Feb 4, 2026
6f1ed64
apply clock to snapshot router
Feb 4, 2026
aa0b000
test snapshotbuffer
Feb 4, 2026
a8e6166
refactor: EventStore and SnapshotBuffer tidy up
Feb 4, 2026
1e8595d
update snapshot test
Feb 5, 2026
f610e04
fix up event tests
Feb 5, 2026
4debc4b
fix up duration
Feb 5, 2026
afdc039
ensure actors can handle more than 16 messages at once
Feb 5, 2026
15bb576
add headers and fix indexer delay
Feb 5, 2026
510529a
feat: setup sync function
Feb 6, 2026
69117b9
fixup eventstore query events
Feb 8, 2026
4fe3e18
add logging for sync
Feb 9, 2026
03bce4b
buffer events in net package until SyncEnded
Feb 9, 2026
ad24488
headers
Feb 9, 2026
c082044
Merge branch 'main' into ry/1050-event-sync
Feb 9, 2026
095e9d1
ensure evm writers and net commands are only available after EffectsE…
Feb 9, 2026
5c1c0c0
only enable multithread when EffectsEnabled has been switched on
Feb 9, 2026
f28e2dc
we actually want the persistable to save data during sync
Feb 9, 2026
59de42f
correlation id and run tests without fixing merge
Feb 9, 2026
d546239
try push
Feb 9, 2026
9c9475e
attempt 2 getting tests to run
Feb 9, 2026
4301491
temporarily disable net requests in sync and hook up multithread prop…
Feb 10, 2026
cfc1628
filter for source = net when requesting remote events
Feb 10, 2026
a9f744f
reenable sync events
Feb 10, 2026
90e02bc
wait for peers to be dialed before attempting to sync
Feb 10, 2026
938cce4
add todo to fix issue with net sync
Feb 10, 2026
5ae87b0
debug the issue
Feb 10, 2026
338d799
skip libp2p events
Feb 10, 2026
65c1599
Merge branch 'main' into ry/1050-event-sync
Feb 10, 2026
0ae113d
Merge branch 'main' into ry/1050-event-sync
ryardley Feb 10, 2026
a3536ba
remove ci push run
Feb 10, 2026
73a3f65
Merge branch 'main' into ry/1050-event-sync
ryardley Feb 10, 2026
4367505
Merge branch 'main' into ry/1050-event-sync
Feb 10, 2026
d750a85
Merge branch 'main' into ry/1050-event-sync
ryardley Feb 12, 2026
a8e80c4
use debug
Feb 12, 2026
17de675
Merge branch 'main' into ry/1050-event-sync
Feb 12, 2026
9e71cb0
Merge branch 'main' into ry/1050-event-sync
ryardley Feb 12, 2026
a8aac31
Merge branch 'main' into ry/1050-event-sync
hmzakhalid Feb 12, 2026
18943d8
Merge branch 'main' into ry/1050-event-sync
ryardley Feb 13, 2026
a184d3b
Merge branch 'main' into ry/1050-event-sync
hmzakhalid Feb 13, 2026
32ae9a8
Merge branch 'main' into ry/1050-event-sync
ryardley Feb 14, 2026
02e00c5
ensure snapshotbuffer receives events first without having to explici…
Feb 14, 2026
c924790
Merge branch 'main' into ry/1050-event-sync
ryardley Feb 14, 2026
549996e
remove start_buffer
Feb 14, 2026
f2c7d7d
remove redundant logging
Feb 14, 2026
5d25c90
ensure store is called within the context of get_enclave_bus_handle
Feb 14, 2026
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
118 changes: 54 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading