This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch refactor-binary-7-http
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 202601607 Merge branch 'master' into refactor-binary-7-http
add 702c9b3e5 feat(simulator): wire Network into tick loop with
per-replica outboxes and replica_crash (#3049)
add 194f2a12f Merge branch 'master' into refactor-binary-7-http
No new revisions were added by this update.
Summary of changes:
core/shard/src/lib.rs | 27 +++++
core/simulator/src/bus.rs | 42 +++----
core/simulator/src/lib.rs | 259 ++++++++++++++++++++++++++++--------------
core/simulator/src/main.rs | 228 +++++++++++++++----------------------
core/simulator/src/network.rs | 12 ++
core/simulator/src/packet.rs | 27 +++++
core/simulator/src/replica.rs | 24 +---
7 files changed, 361 insertions(+), 258 deletions(-)